Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Configure Amazon SES on PHPbb3

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!

like image 327
Dionysos Avatar asked Dec 27 '22 07:12

Dionysos


1 Answers

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

like image 131
Josh Avatar answered Jan 13 '23 11:01

Josh