Seite 1 von 1

newsletter confirm html mail

Verfasst: Fr 8. Jan 2010, 13:34
von Japio
Hi,

I never had this problem before, but when i open the confirm email for the newsletter in a mail client, i see html tags.
What could be causing this?

Thanks,
Japio

Re: newsletter confirm html mail

Verfasst: Fr 8. Jan 2010, 15:56
von Japio
The newsletter itself is fine, it's just the confirmmail that's the problem.

Re: newsletter confirm html mail

Verfasst: Fr 8. Jan 2010, 16:29
von Japio
This is what i get instead of a "normal" mail:

Geachte heer/mevrouw van den Ham,<br>
<br>
Klik op onderstaande link om je aanvraag voor onze nieuwsbrief te bevestigen
<br><br>
<a href="http://anker6.studiopiraat.nl/index.php ... ail.com</a> <br>
<br>
Bedankt voor je aanmelding.<br><br>

Jouw Kandiaat

Re: newsletter confirm html mail

Verfasst: Fr 8. Jan 2010, 17:21
von we:willRockYou
Wat is uw sjabloon voor de Bevestig e-mail eruit? U kunt ook gebruik <we:ifHtmlMail> het. Hier is een sjabloon van mij:

Code: Alles auswählen

<we:ifnewsletterexists><we:ifFemale>Sehr geehrte Frau <we:newsletterSalutation type="title" /> <we:newsletterSalutation type="lastname" /><we:else />
<we:ifMale>Sehr geehrter Herr <we:newsletterSalutation type="title" /> <we:newsletterSalutation type="lastname" /><we:else />
Sehr geehrte Damen und Herren</we:ifMale></we:ifFemale>,<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
Ihre E-Mail-Adresse wurde auf unserer Website www.xxx.de für den Empfang unseres Newsletters eingetragen. Bitte bestätigen Sie mit einem Klick auf den folgenden Link den Eintrag in unseren Newsletterverteiler: <we:ifHtmlMail><we:newsletterConfirmLink /><br /><we:else /><we:newsletterConfirmLink plain="true" /><?php echo "\n"; ?></we:ifHtmlMail>
<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
Sollten Sie sich nicht eingetragen haben, dann müssen Sie nichts weiter tun. Sie erhalten dann keinen Newsletter.<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
Vielen Dank,<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
...<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
____________________________________________<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
...<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
...<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
...<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
Tel +49 30 ...<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
Fax +49 30 ...<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
mail@xxx.de<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
www.xxx.de<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
____________________________________________<we:ifHtmlMail><br /><we:else /><?php echo "\n"; ?></we:ifHtmlMail>
<we:else />
  Das Newsletter Modul ist leider nicht installiert!
</we:ifnewsletterexists>

Re: newsletter confirm html mail

Verfasst: Fr 8. Jan 2010, 17:28
von Japio
Thank you, that code helps a lot. I haven't used the newsletter module in version 6 yet. So maybe the setup has changed a bit.
Any way thanks alot!!