php - SMTP response code 530 returned by Amazon SES -


i trying send email through amazon ses smtp interface with php referring link : aws ses smtp interface php

it giving error of authentication failure. [smtp: invalid response code received server (code: 530, response: must issue starttls command first)]

just inform, have moved out the amazon ses sandbox, , have sender email verified.

how should deal response code?

this worked me. try adding following enviornment variables:

aws_access_key_id variable name , your access id variable value

and, aws_secret_access_key variable name , your access key variable value


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -