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-6220.html)



PHPMailer - reddevilmeuk - 02-12-2009

Hi,

Ive read the PHPMailer plugin and dont understand what you need to do....

can anyone advise please?

red




PHPMailer - acrylian - 02-12-2009

That plugin itself does nothing. It just provides mailing functions for the internal e-mailing of Zenphoto like password reset mails or mails about new comments to the admins. It is based on the PHPMailer class.

The zenphoto_sendmail plugin does the same but uses the php function mail() and does not require php 5+.