Prá quem ainda não sabe, o PHPMailer é o objeto responsável pelo envio de e-mails. Esta super classe possui muitos outros recursos além dos que o XOOPS utiliza como padrão.
A versão que é utilizada no XOOPS 2.0.5 é a 1.65, porém o PHPMailer já se encontra na versão 1.71. As últimas novidades do PHPMailer são:
ChangeLog
[img]http://phpmailer.sourceforge.net/phpmailer.png[/img]
Version 1.71 (Tue, Jul 28 2003)
* Made several speed enhancements
* Added German and Italian translation files
* Fixed HELO/AUTH bugs on keep-alive connects
* Now provides an error message if language file does not load
* Fixed attachment EOL bug
* Updated some unclear documentation
* Added additional tests and improved others
Version 1.70 (Mon, Jun 20 2003)
* Added SMTP keep-alive support
* Added IsError method for error detection
* Added error message translation support (SetLanguage)
* Refactored many methods to increase library performance
* Hello now sends the newer EHLO message before HELO as per RFC 2821
* Removed the boundary class and replaced it with GetBoundary
* Removed queue support methods
* New $Hostname variable
* New Message-ID header
* Received header reformat
* Helo variable default changed to $Hostname
* Removed extra spaces in Content-Type definition (#667182)
* Return-Path should be set to Sender when set
* Adds QUE or B encoding to headers when necessary
* quoted-encoding should now encode NULs 00
* Fixed encoding of body/AltBody (#553370)
* Adds "To: undisclosed-recipients:;" when all recipients are hidden (BCC)
* Multiple bug fixes
A principal domificação que esta versão trás na minha opinião é:
* Made several speed enhancements
Atualmente o envio de multiplos e-mails pelo XOOPS ainda é muito lento e mesmo quando usamos sendmail não conseguimos uma boa velocidade no envio de muitos e-mails. Quando a nova versão desta classe for implementada no XOOPS será possível criar módulos de newsletter mais eficientes e velozes.
Prá quem quiser dar uma conferida no portal do PHPMailer o endereço é: http://phpmailer.sourceforge.net/
[]'s
Celso Goya
Marcadores: sourceforge.net