SMTP mail via PHPMailer added to functions_mail.php
Brought to you by:
canajun2eh,
yalnifj
This applies to 4.1.3. If SMTP settings are detected in config.php, pgvMail sends via PHPMailer. If not, it will default to PHP's mail function.
Configuration options are not yet added to editconfig.php. SMTP settings were added manually to config.php.
Example:
$PGV_SMTP['Host'] = 'localhost';
$PGV_SMTP['Helo'] = 'zuul.org';
$PGV_SMTP['Port'] = '25';
More configuration values (for SMTP Auth, etc.) can be found at http://phpmailer.codeworxtech.com/properties.html
functions_mail.php
Logged In: YES
user_id=1975783
Originator: YES
File Added: class.phpmailer.php
class.phpmailer.php goes in includes/
class.smtp.php goes with phpmailer in includes/
Logged In: YES
user_id=1975783
Originator: YES
File Added: class.smtp.php
please see https://sourceforge.net/tracker/index.php?func=detail&aid=2154522&group_id=55456&atid=477081 for updates and enhancements to this patch ;)
I added this patches to SVN