PHPMailer updated to v2.0.2
[mailer.git] / inc / phpmailer / README
index 900c63043e418c0e6c865f658d4969798863eae2..75b76c10a4bba89fc9c7d5340b4e93dc455c9947 100644 (file)
@@ -1,7 +1,38 @@
+/*******************************************************************\r
+* The http://phpmailer.codeworxtech.com/ website now carries a few *\r
+* advertisements through the Google Adsense network. Please visit  *\r
+* the advertiser sites and help us offset some of our costs.       *\r
+* Thanks ....                                                      *\r
+********************************************************************/\r
+\r
 PHPMailer\r
 Full Featured Email Transfer Class for PHP\r
 ==========================================\r
 \r
+Version 2.0.2 (June 04 2008)\r
+\r
+With this release, we are announcing that the development of PHPMailer for PHP5\r
+will be our focus from this date on. We have implemented all the enhancements\r
+and fixes from the sourceforge.net Tracker.\r
+\r
+** NOTE: WE HAVE A NEW LANGUAGE VARIABLE FOR DIGITALLY SIGNED S/MIME EMAILS.\r
+   IF YOU CAN HELP WITH LANGUAGES OTHER THAN ENGLISH AND SPANISH, IT WOULD BE\r
+   APPRECIATED.\r
+\r
+We have now added S/MIME functionality (ability to digitally sign emails).\r
+BIG THANKS TO "sergiocambra" for posting this patch back in November 2007.\r
+The "Signed Emails" functionality adds the Sign method to pass the private key\r
+filename and the password to read it, and then email will be sent with\r
+content-type multipart/signed and with the digital signature attached.\r
+\r
+We have also included more example files to show the use of "sendmail", "mail()",\r
+"smtp", and "gmail".\r
+\r
+We are also looking for more programmers to join the volunteer development team.\r
+If you have an interest in this, please let us know.\r
+\r
+Enjoy!\r
+\r
 ** NOTE:\r
 \r
 As of November 2007, PHPMailer has a new project team headed by industry\r
@@ -16,7 +47,7 @@ its leadership position. Our goals are to simplify use of PHPMailer, provide
 good documentation and examples, and retain backward compatibility to level\r
 1.7.3 standards.\r
 \r
-If you are interested in helping out, visit http://sourceforge.net/phpmailer \r
+If you are interested in helping out, visit http://sourceforge.net/phpmailer\r
 and indicate your interest.\r
 \r
 **\r
@@ -58,14 +89,14 @@ Installation:
 \r
 Copy class.phpmailer.php into your php.ini include_path. If you are\r
 using the SMTP mailer then place class.smtp.php in your path as well.\r
-In the language directory you will find several files like \r
-phpmailer.lang-en.php.  If you look right before the .php extension \r
-that there are two letters.  These represent the language type of the \r
-translation file.  For instance "en" is the English file and "br" is \r
-the Portuguese file.  Chose the file that best fits with your language \r
-and place it in the PHP include path.  If your language is English \r
-then you have nothing more to do.  If it is a different language then \r
-you must point PHPMailer to the correct translation.  To do this, call \r
+In the language directory you will find several files like\r
+phpmailer.lang-en.php.  If you look right before the .php extension\r
+that there are two letters.  These represent the language type of the\r
+translation file.  For instance "en" is the English file and "br" is\r
+the Portuguese file.  Chose the file that best fits with your language\r
+and place it in the PHP include path.  If your language is English\r
+then you have nothing more to do.  If it is a different language then\r
+you must point PHPMailer to the correct translation.  To do this, call\r
 the PHPMailer SetLanguage method like so:\r
 \r
 // To load the Portuguese version\r