ZenphotoCMS Forum
phpmailer - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: phpmailer (/thread-6229.html)

Pages: 1 2


phpmailer - eric bullet - 2009-12-11

never mind i found it on line 114 on PHPmailer.php
$mail->From = $from_mail;
chandged to
$mail->From = 'myemail';