jimjag / telaen

Telaen is a webmail interface written in PHP. It does not require any database and is compatible with POP3 or IMAP so it runs under any Server supporting PHP with Sendmail or QMAIL. Additional skins and languages can be easily integrated.
GNU General Public License v2.0
21 stars 11 forks source link

PHPMailer SMTP #1

Closed conceptlane closed 9 years ago

conceptlane commented 11 years ago

Hi,

After deploying this latest release, I found that for some unknown reason, SMTP communication using 2.0.3 just kept resulting in errors for some bizarre reason, not sure if it could just be an issue with my server.

I simply replaced the inc/class/class.smtp.php with the newest version from PHPMailer 5.1 for SMTP sending to work.

OS: Ubuntu 8.0.4.4 PHP: 5.2.4 Mailserver: XMail 1.27

Roy

jimjag commented 11 years ago

Thanks! I think the issue was with the class.phpmailer_extra.php file. Using a later version of PHPMailer bypasses the broken code. This will be fixed in 1.3.2