I have a website that notifies members for upcoming events by email. I've recently grown to 200 subscribed members and problems are occuring with the mails.
I have a cronjob that handles the mailing so that I can throttle the amount of emails sent. I'm sending 1 email per minute and I still get the error.
I'm sending approx. 200 emails now 2 times per week. Everytime I do a mailing, I get 10-20 bounces saying 'unrouteable address'. Mainly for hotmail and gmail.
I have created my own hotmail address to test this and I'm not receiving any mails from my domain. I'm testing this with a regular webmail client (roundcube).
Any ideas as to why only 10-20 emails don't reach the destination and all the other do?
I'm currently using SwiftMailer on an Exim mailserver (out of my control). The address I'm sending from actually exists and like I said, it's 1 email per minute. The mailing takes approximately 4,5 hours. The bounces occur after 4:22.
Any help is greatly appreciated!