Amazon SES authentication issue

I verified the domain and on the AWS console you can test an email account or a domain by sending it to another email address.. which is working fine in my case.. so seems there's some problems with the server we are hosted in..

# Could be PHP version issue but does the error message relate to it??
#Could be our IP is listed in SORBS SPAM box.( Have requested the host to get delisted)

  • Unable to determine service/operation name to be authorized

@twisted1919 does this use SWIFT or PHP Mailer ??
 
In Backend > Settings > Common you can choose which one to use.

Check you have Openssl installed, from the command line enter: openssl version
 
@Ron - I am a swiftmailer fan, but it doesn't matter when using the amazon api implementation because that uses amazon's SDK for sending emails.
 
I have a new message from MailWizz :
Expected response code 250 but got code "554", with message "554 Message rejected: Email address is not verified. " Log data: ++ Starting Swift_SmtpTransport << 220 email-smtp.amazonaws.com ESMTP SimpleEmailService-1159085561 8zzLehvb14 >> EHLO emailing-routage.fr << 250-email-smtp.amazonaws.com 250-8BITMIME 250-SIZE 10485760 250-STARTTLS 250-AUTH PLAIN LOGIN 250 Ok >> STARTTLS << 220 Ready to start TLS >> EHLO emailing-routage.fr << 250-email-smtp.amazonaws.com 250-8BITMIME 250-SIZE 10485760 250-STARTTLS 250-AUTH PLAIN LOGIN 250 Ok >> AUTH LOGIN << 334 VXNlcm5hbWU6 >> QUtJSjc1RTRPR1hGTlE= << 334 U3dvcmQ6 >> QWhPTyFhyS3A4cFVocTRYaXBa0swdktmakZFS1BvcG4= << 235 Authentication successful. ++ Swift_SmtpTransport started >> MAIL FROM: <info@routage-mail.com> << 250 Ok >> RCPT TO: <mailofmycustomer@wanadoo.fr> << 250 Ok >> DATA << 354 End data with <CR><LF>.<CR><LF> >> . << 554 Message rejected: Email address is not verified. !! Expected response code 250 but got code "554", with message "554 Message rejected: Email address is not verified.
 
I could connect the Amazon SMTP server few days earlier but the Amazon API gave the same error as above all the time.
 
Back
Top