jakestyler
Mitglied
Hallo,
bitte keine Hinweise zu Mailklassen![Big Grin :D :D](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f600.png)
Folgender Code:
Keine Fehler werden ausgegeben, gar nichts. Aber E-Mails werden einfach nicht versendet..
Danke schonmal für eure Hilfe!
bitte keine Hinweise zu Mailklassen
![Big Grin :D :D](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f600.png)
Folgender Code:
Code:
<?php
error_reporting(E_ALL);
$betreff = "You've got mail";
$absendername = "SOmeone";
$sender = "[email protected]";
$empfaenger_1 = '[email protected]';
$epname = 'Blup.';
$mailtext = "<div id=\"Mail\">
<div style=\"text-align:center;padding:10px;line-height:18px;font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:30px;color:#444444;\"> <img src=\"http://imghoster.com/img/email-conversation.png\" alt=\"Conversation\" width=\"80\" height=\"80\"></div>
<div style=\"padding:10px;line-height:18px;font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:12px;color:#444444;\">
<p></p>
<div style=\"\" data-version=\"2\">
<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">
<tbody>
<tr>
<td width=\"100%\" style=\"padding:15px 0;border-top:1px dotted #c5c5c5;\"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"table-layout:fixed;\">
<tbody>
<tr>
<p style=\"font-family:'Lucida Sans Unicode','Lucida Grande','Tahoma',Verdana,sans-serif;font-size:13px;line-height:25px;padding:0;color:#bbbbbb;\"> (Berlin)</p>
<td width=\"100%\" style=\"padding:0;\" valign=\"top\"><p style=\"font-family:'Lucida Sans Unicode','Lucida Grande','Tahoma',Verdana,sans-serif;font-size:15px;line-height:18px;padding:0;color:#1b1d1e;\"><strong>Support</strong> (E-Mail & TXT)</p>
<p style=\"font-family:'Lucida Sans Unicode','Lucida Grande','Tahoma',Verdana,sans-serif;font-size:15px;line-height:18px;padding:0;color:#1b1d1e;\"><br>
Hello ,<br>we've received your Supportrequest. It could take up to 48h to answer it.<br>Your Ticket-ID: <strong></strong></p>
<p style=\"font-family:'Lucida Sans Unicode','Lucida Grande','Tahoma',Verdana,sans-serif;font-size:15px;line-height:18px;padding:0;color:#1b1d1e;\">If you like to cancle your request, <a href='https://hoster.com/ca/?ticket='>click here</a>. </p>
<h2 style=\"color:#333;font-weight:bold;text-transform:none;font-size:20px;line-height:26px;\"></h2>
<p> </p></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</div>
<p> Support · status.domain.de </p>
<div style=\"color:#aaaaaa;padding-top:10px;border-top:1px solid #eeeeee;\">© 2014 by Someone | <a href='https://webhoster.com/impressum/'>Imprint</a></div>
</div>
</div>
</div>";
mail($empfaenger_1, $betreff, $mailtext, "From: $absendername <$sender>\n" . "Content-Type: text/html; charset=iso-8859-1\n");
?>
Keine Fehler werden ausgegeben, gar nichts. Aber E-Mails werden einfach nicht versendet..
Danke schonmal für eure Hilfe!