Massenemail template Problem

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Gamesalert
Mitglied
Beiträge: 92
Registriert: 08.12.2009 14:19

Massenemail template Problem

Beitrag von Gamesalert »

Hallo Community

Ich habe mir jetzt das Mass-email HTML - Mod installiert und das funktioniert auch super!
Habt ihr vielleicht ein paar Tipps, wie man das Template für alle email-Programme kompatibel machen kann? Ich nutze Outlook 2010. Bei web.de sieht das Ganze jedoch wieder ganz anders aus.
Habt ihr da ein paar Tipps? denn ganz normale <div>s funktionieren nicht.

so sieht das in outlook aus:
[ externes Bild ]

und so bei web.de:
[ externes Bild ]

und das hier ist der Template-Code:

Code: Alles auswählen

<style type="text/css">
<!--
a {color:#119407;text-decoration:none;outline:none;}
a:hover {color:#119407;text-decoration:underline;outline:none;}
-->
</style>
<html>
<head>
</head>
<body style="background-color:#424242;">
<center>

<table cellpadding="0" cellspacing="0">
<tr>
<td>

<a href="http://base-of-truth.de/"><img style="text-decoration:none;outline:none;" src="http://img.webme.com/pic/f/faithorange/email-head.png" /></a>

</td>
</tr>

<tr>
<td>

<table cellpadding="0" cellspacing="0"><tr><td width="112"> </td>
<td width="538" style="font-color:#cccccc;border-left:1px solid #000000;border-right:1px solid #000000;background-color:#2b2b2b;padding:10px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;">
<font color="#cccccc">
Hallo {USERNAME}<br/><br/>
{MESSAGE}

</font>
</td>
</tr></table>
</td>
</tr>

<tr>
<td>

<a href="http://base-of-truth.de/"><img style="text-decoration:none;outline:none;" src="http://img.webme.com/pic/f/faithorange/email-foot.png" /></a>

</tr></td></table>

</center>

</body>
</html>
Habt ihr vielleicht eine Idee wie ich das Problem lösen könnte? :/

Danke im Voraus!

--Matz
Antworten

Zurück zu „[3.0.x] Mod Support“