Lautaro Lacurcia - 2011-03-20 14:16:28
Hi!
I've been using PHPMailer for years now and I'm 100% satisfied, very easy to use and integrate, easy to portate to other servers using different emailing configurations, etc.
Lately, I have installed PHP 5.3 and, when testing my applications that use PHPMailer I receive these messages:
"
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\apache\Apache2.2\htdocs\pruebas\lautaro\Portfolio\pruebas\Martin\1-DrinksForTwo\lib\phpmailer\class.phpmailer.php on line 1406
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\apache\Apache2.2\htdocs\pruebas\lautaro\Portfolio\pruebas\Martin\1-DrinksForTwo\lib\phpmailer\class.phpmailer.php on line 1410
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\apache\Apache2.2\htdocs\pruebas\lautaro\Portfolio\pruebas\Martin\1-DrinksForTwo\lib\phpmailer\class.phpmailer.php on line 1091
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\apache\Apache2.2\htdocs\pruebas\lautaro\Portfolio\pruebas\Martin\1-DrinksForTwo\lib\phpmailer\class.phpmailer.php on line 1095
"
I would like to know whether there is any newer version available for this class or do I have to update it manually?
Waiting for a reply, Thanks for your excellent work,
Best regards,
Lautaro.