MyBB Community Forums

Full Version: Amazon SES SMTP and MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is anyone currently using Amazon SES as their email medium? I've been trying to set it up for a couple of hours now, but I keep getting the "Unable to connect to the mail server with the given details" error message. I've followed the instructions exactly and still cannot send a message through MyBB.
I had the same problem, and I just figured it out. There was actually a bug in SMTP TLS handling. You need to replace inc/mailhandlers/smtp.php with the following file:

https://raw.github.com/BMintern/mybb/sta...s/smtp.php

Cheers!