problem with amazon ses

arvin20

New Member
hi,
i am trying to add amazon delivery server to mailwizz, but i cant
i get this error

  • SMTP connect() failed.
    CLIENT -> SERVER: EHLO servermailing60.com
    CLIENT -> SERVER: AUTH LOGIN
    SMTP ERROR: AUTH command failed: 530 Must issue a STARTTLS command first
    CLIENT -> SERVER: QUIT
can you assist me please
 
Hey,

You must specify the starttls protocol in delivery server configuration.
However, since there is an implementation for the web api from amazon, you should use that instead of amazon smtp when creating a delivery server because that handles bounces/complaints/etc automatically, you don't need a bounce server anymore for that.
If you are going to use Amazon Web API implementation, then you need to generate a SES user as show here:

Thanks.
 
Back
Top