keito Posted April 20, 2009 Report Share Posted April 20, 2009 Hallo! Ich versuche eigentlich etwas recht Einfaches, aber es will nicht klappen.. Ich möchte ein Logo in allen e-mails die vom System verschickt werden einbetten. Es soll auch wirklich eingebettet sein, damit es in den e-mails direkt angezeigt wird. Dazu habe ich in inc/xtc_php_mail.inc.php folgendes eingefügt: function xtc_php_mail($from_email_address, $from_email_name, $to_email_address, $to_name, $forwarding_to, $reply_address, $reply_address_name, $path_to_attachement, $path_to_more_attachements, $email_subject, $message_body_html, $message_body_plain) { global $mail_error; $mail = new PHPMailer(); $mail->PluginDir = DIR_FS_DOCUMENT_ROOT.'includes/classes/'; //adding the logo $mail->AddEmbeddedImage("logo.jpg", "my-attach", "logo.jpg", "base64", "image/jpg"); $message_body_html ='<div align="center"><img alt="not_found" src="cid:my-attach"></div>'.$message_body_html; [/PHP] Dennoch wird in der e-mail nichts angezeigt, außer das alt "not_found". Das Logo befindet sich im Hauptverzeichnis der xt:c Installation. Scheinbar wird es aber einfach nicht in der e-mail angehängt. Habe ich hier etwas offensichtliches falsch gemacht, oder hat jemand eine Idee woran das liegen könnte? Vielen Dank im Voraus! LG keito Link to comment Share on other sites More sharing options...
keito Posted April 22, 2009 Author Report Share Posted April 22, 2009 Hat niemand eine Idee? :-( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.