/home/desid573/ov.desidrivers.com.au/mailer/PHPMailer_5.2.0/examples
NameSizeModeActions
images/-0755rm
contents.html7850644editdlrm
index.html26680644editdlrm
test_db_smtp_basic.php21870644editdlrm
test_mail_advanced.php11690644editdlrm
test_mail_basic.php10110644editdlrm
test_pop_before_smtp_advanced.php13760644editdlrm
test_pop_before_smtp_basic.php11530644editdlrm
test_sendmail_advanced.php12110644editdlrm
test_sendmail_basic.php10840644editdlrm
test_smtp_advanced.php18420644editdlrm
test_smtp_advanced_no_auth.php14730644editdlrm
test_smtp_basic.php18610644editdlrm
test_smtp_basic_no_auth.php15060644editdlrm
test_smtp_gmail_advanced.php19110644editdlrm
test_smtp_gmail_basic.php19170644editdlrm
Edit: /home/desid573/ov.desidrivers.com.au/mailer/PHPMailer_5.2.0/examples/index.html (2668B)
This release of PHPMailer (v5.0.0) sets a new milestone in the development cycle of PHPMailer. First, class.phpmailer.php has a small footprint (65.7 Kb), while class.smtp.php is even smaller than before (at only 25.0 Kb).

We have maintained all functionality and added Exception handling unique to PHP 5/6.

There is only one function that has been removed: that is getFile(). The reason for this is that getFile() became a wrapper for the PHP function 'file_get_contents()' and nothing more. Rather than burden the class with a function already available in PHP, we decided to remove it.

Our new Exception handling provides your own scripts far more power than ever.

We have also enhanced the "packaging" of PHPMailer with an entirely new set of examples. Included are both basic and advanced examples showing how you can take advantage of PHP Exception handling to improve your own scripts.

A few things to note about PHPMailer: A note to users that want to use SMTP with PHPMailer. The most common problems are: Our examples all use an HTML file in the /examples folder. To see what the email SHOULD look like in your HTML compatible email viewer: click here

From the PHPMailer team:
Author: Andy Prevost (codeworxtech) codeworxtech@users.sourceforge.net (and Project Administrator)
Author: Marcus Bointon (coolbru) coolbru@users.sourceforge.net