How to configure Amazon SES SMTP in PHP Laravel 5?
问题 I have integrated Amazon SES in PHP Laravel5 project but i have troubled to send email's because i am getting this error, Swift_TransportException in AbstractSmtpTransport.php line 383: Expected response code 250 but got code "530", with message "530 Authentication required" Can anyone tell me how to configure Amazon SES.. 回答1: Ensure you have configured your environment variables: like the following: MAIL_DRIVER=smtp MAIL_HOST=email-smtp.us-west-2.amazonaws.com MAIL_PORT=587 MAIL_USERNAME