Configure Amazon SES on PHPbb3
Asked Answered
D

2

5

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!

Disciplinarian answered 17/1, 2012 at 9:31 Comment(0)
M
11

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

Mcferren answered 4/4, 2012 at 18:5 Comment(1)
Thanks - it was the tls:// prefix I was missing.Bruin
E
0

It's important to make sure you have first verified the Reply to and From email addresses in Amazon SES using the Verify Senders that are shown under E-Mail settings in the Administration Control Panel, otherwise the emails won't go out.

Engender answered 17/10, 2014 at 15:21 Comment(1)
You can also just verify the domain name of those Reply To/Email addresses, without having to verify the email addresses themselves. "... you must verify each email address (or the domain of the email address) that you will use as a "From", "Source", "Sender", or "Return-Path" address for your messages. " docs.aws.amazon.com/ses/latest/DeveloperGuide/…Organotherapy

© 2022 - 2024 — McMap. All rights reserved.