]> git.mxchange.org Git - core.git/blobdiff - inc/classes/third_party/php_mailer/README
Renamed to match with new name
[core.git] / inc / classes / third_party / php_mailer / README
index 3670fb62bfd5b82230df4141bb0157e4b975c23f..f2e2b795fc1710a26f9ba7d92d04fc7cebedfa6c 100644 (file)
@@ -9,6 +9,21 @@ PHPMailer
 Full Featured Email Transfer Class for PHP\r
 ==========================================\r
 \r
+Version 2.3 (November 08, 2008)\r
+\r
+We have removed the /phpdoc from the downloads. All documentation is now on\r
+the http://phpmailer.codeworxtech.com website.\r
+\r
+The phpunit.php has been updated to support PHP5.\r
+\r
+For all other changes and notes, please see the changelog.\r
+\r
+Donations are accepted at PayPal with our id "paypal@worxteam.com".\r
+\r
+Version 2.2 (July 15 2008)\r
+\r
+- see the changelog.\r
+\r
 Version 2.1 (June 04 2008)\r
 \r
 With this release, we are announcing that the development of PHPMailer for PHP5\r
@@ -31,18 +46,18 @@ content-type multipart/signed and with the digital signature attached.
 A quick note on E_STRICT:\r
 \r
 - In about half the test environments the development version was subjected\r
-       to, an error was thrown for the date() functions (used at line 1565 and 1569).\r
-       This is NOT a PHPMailer error, it is the result of an incorrectly configured\r
-       PHP5 installation. The fix is to modify your 'php.ini' file and include the\r
-       date.timezone = America/New York\r
-       directive, (for your own server timezone)\r
+  to, an error was thrown for the date() functions (used at line 1565 and 1569).\r
+  This is NOT a PHPMailer error, it is the result of an incorrectly configured\r
+  PHP5 installation. The fix is to modify your 'php.ini' file and include the\r
+  date.timezone = America/New York\r
+  directive, (for your own server timezone)\r
 - If you do get this error, and are unable to access your php.ini file, there is\r
-       a workaround. In your PHP script, add\r
-       date_default_timezone_set('America/Toronto');\r
+  a workaround. In your PHP script, add\r
+  date_default_timezone_set('America/Toronto');\r
 \r
-       * do NOT try to use\r
-       $myVar = date_default_timezone_get();\r
-       as a test, it will throw an error.\r
+  * do NOT try to use\r
+  $myVar = date_default_timezone_get();\r
+  as a test, it will throw an error.\r
 \r
 We have also included more example files to show the use of "sendmail", "mail()",\r
 "smtp", and "gmail".\r
@@ -73,7 +88,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/projects/phpmailer\r
 and indicate your interest.\r
 \r
 **\r