🔍 obscure mail address in source code

This commit is contained in:
DrMaxNix 2024-03-04 22:33:15 +01:00
parent 7cdc653650
commit 33da15ff17
1 changed files with 6 additions and 6 deletions

View File

@ -6,30 +6,30 @@
],
"main" => [
"de" => <<<HTML
"de" => "
<h2>Willkommen im Newsletter!</h2>
<p>Hey! Du wurdest soeben für den SBGG.jetzt Newsletter angemeldet. Falls Du dich nicht selbst angemeldet hast, kannst Du dich über den <i>Abbestellen</i> Link wieder abmelden.</p>
<p>Du wirst ab sofort per Mail über alle Neuigkeiten zum Selbstbestimmungsgesetz informiert.</p>
<p>Solltest Du Fragen oder Anregungen zum Newsletter haben, bin ich gerne unter <a href="mailto:mail@sbgg.jetzt">mail@sbgg.jetzt</a> erreichbar.</p>
<p>Solltest Du Fragen oder Anregungen zum Newsletter haben, bin ich gerne unter <a href=\"mailto:mail@sb"."gg.jetzt\">mail@sb"."gg.jetzt</a> erreichbar.</p>
<p>Cheers,<br />
Kim</p>
HTML,
"en" => <<<HTML
",
"en" => "
<h2>Welcome to the Newsletter!</h2>
<p>Hey! You have just been subscribed to the SBGG.jetzt newsletter. If you have not registered yourself, you can unsubscribe using the <i>Unsubscribe</i> link.</p>
<p>From now on, you will be informed about all the news related to the Self-Determination Law by email.</p>
<p>If you have any questions or suggestions regarding the newsletter, feel free to contact me via <a href="mailto:mail@sbgg.jetzt">mail@sbgg.jetzt</a>.</p>
<p>If you have any questions or suggestions regarding the newsletter, feel free to contact me via <a href=\"mailto:mail@sb"."gg.jetzt\">mail@sb"."gg.jetzt</a>.</p>
<p>Cheers,<br />
Kim</p>
HTML
"
]
];
?>