Feng Forum

Support => Older versions => : distorsion December 08, 2009, 05:00:36 AM

: smtp connector
: distorsion December 08, 2009, 05:00:36 AM
hi i got this error from email server

 SMTP failed: no more data and timeout...
: Re: smtp connector
: distorsion December 09, 2009, 09:38:21 AM
The MTA doesn't support any of Swift's loaded authentication mechanisms
i got from forum and it uses swift v2

may u import swift v4?
: Re: smtp connector
: ignacio December 09, 2009, 12:43:08 PM
Try adding this to config/config.php:

:
define('DEFAULT_SWIFT_AUTHENTICATOR', 'PLAIN');

Upgrading to Swift 4 is not an easy task because it's not backwards compatible and will require changing how we use it.