Donate Share December 2003: Project of the Month

PhpGedView

Tracker: Patches

5 SMTP mail via PHPMailer added to functions_mail.php - ID: 1869063
Last Update: Comment added ( wooc )

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


hjernespiser ( hjernespiser ) - 2008-01-11 07:05

5

Closed

Accepted

Łukasz Wileński

Functionality Improvement

Normal Version

Public


Comments ( 4 )

Date: 2008-12-22 17:33
Sender: wooc

I added this patches to SVN


Date: 2008-10-09 07:26
Sender: wkitty42

please see
https://sourceforge.net/tracker/index.php?func=detail&aid=2154522&group_id=55456&atid=477081
for updates and enhancements to this patch ;)


Date: 2008-01-11 07:07
Sender: hjernespiser


File Added: class.smtp.php


Date: 2008-01-11 07:06
Sender: hjernespiser


File Added: class.phpmailer.php


Attached Files ( 3 )

Filename Description Download
functions_mail.php functions_mail.php Download
class.phpmailer.php class.phpmailer.php goes in includes/ Download
class.smtp.php class.smtp.php goes with phpmailer in includes/ Download

Changes ( 7 )

Field Old Value Date By
status_id Open 2008-12-22 17:33 wooc
resolution_id None 2008-12-22 17:33 wooc
assigned_to nobody 2008-12-22 17:33 wooc
close_date - 2008-12-22 17:33 wooc
File Added 261764: class.smtp.php 2008-01-11 07:07 hjernespiser
File Added 261763: class.phpmailer.php 2008-01-11 07:06 hjernespiser
File Added 261762: functions_mail.php 2008-01-11 07:05 hjernespiser