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

ios - Is 'init' forbidden as *part* of a variable name? -

c# - Get the Class name in a class with atribute inside a attribute method -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -