Author Topic: smtp connector  (Read 2092 times)

distorsion

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
smtp connector
« on: December 08, 2009, 05:00:36 am »
hi i got this error from email server

 SMTP failed: no more data and timeout...

distorsion

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: smtp connector
« Reply #1 on: 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?

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: smtp connector
« Reply #2 on: December 09, 2009, 12:43:08 pm »
Try adding this to config/config.php:

Code: [Select]
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.