Tag Archives: smtp world

deliverability 101

I have been learning a lot about a very interesting subject: deliverability. Ever since I started working on this project which includes a huge mailing list, I feel like my knowledge of ‘how mail gets to your inbox’ has increased considerably. It sounds like a simple matter, but there is a lot to it. Mostly [...]

Posted in IT services business, web programming | Also tagged | Leave a comment

setting up sendmail in EC2

Somehow I noticed that our Drupal wasn’t sending email notifications as it was supposed to. We just migrated a CMS to one of our EC2 instances. I figured that Drupal was using sendmail, as I couldn’t find any SMTP configuration in the administration section. First of all, I checked if sendmail was running: ps -aux [...]

Posted in developer tools, linux/unix world, programming | Also tagged , , , | Leave a comment

phpBB + authenticated SMTP problem

It took us almost a week to figure out the problem between phpBB and the authenticated SMTP server (mail.authsmtp.com); but we did it! Now, two days after that, I almost forgot how we solved it. So, I want to write about it so that I don’t forget. First, I tried to get phpBB configured to [...]

Posted in linux/unix world | Also tagged | Leave a comment