This is the only forum post I could find about integrating Amazon SES into vBulletin so I wanted to make sure I added my experience here. The integration definitely gave me a few issues. Make sure you choose SSL and port 465. This is the only combination I found that worked .
SMTP was also broken in version 4.0.6. The script tried to send the "Date" mail header twice and Amazon didn't like it. If you look at the "includes/class_mail.php" file for version 4.2, you'll see that they remove the additional Date header (Line 290 in the file. Found in the start function). Once you remove this line of code, you shouldn't have any issues sending mail with Amazon SES in vBulletin.
|