I’m actually looking for how to use Amazon SES on phpbb3. I tried to use the SMTP of ses but this didn’t work. Is there another way to do this ?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EDIT: I figured it out.
I’m using phpBB3 3.0.10
SMTP: tls://email-smtp.us-east-1.amazonaws.com (you have to add that tls:// prefix!)
Port: 465
Authentication method for SMTP: PLAIN
SMTP username/password: Use the one you configured in Amazon IAM.
For example, my username is AKIAJKVKV2TENFEUP6WA and password is even more complex.
Based on initial findings, Amazon SMS is pretty snappy. Gets delivered within a few seconds.
-Josh