AWS SES with PHPMailer using SMTP, SMTP Error: Could not authenticate?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I get the following error: Authentication Credentials Invalid. I've double checked the username (Access key ID) and password (Secret Token) a million times. I double checked the base64 sent to the server and it's correct. User has correct access rights. All outbound traffic from EC2 server is allowed. SELinux is disabled. I've escaped special characters, tried different credentials. Tried using a user with more access. I'm using PHPMailer with AWS SES. Here is the code: $mail = new PHPMailer; $mail->isSMTP(); $mail->SMTPAuth = true; $mail-