I have a WordPress website. I’ve created a double opt-in mailing list, using a (free) plugin called Newsletter. Subscribers enter their name and email, then get a confirmation link to their inbox to confirm. So that is taken care of.
Sending to mailing lists is what worries me. The noted plugin’s tool for tracking bounced emails is in a beta phase (plus it costs money).
Mail sending tools (like MailGun, SendGrid etc.) have other problems - without paying for a dedicated IP address, their “free tier” addresses are in lots of blacklists. Plus even the cheapest non-free tier doesn’t offer a dedicated IP.
Since the above noted plugin does offer limiting number of sent emails to 100 per hour, I could technically use MXroute for sending. However, I would like to know if any of the emails are no longer valid (emails bounced and never delivered), so I can remove those from the lists.
Doing this manually, just from a list of bounced emails would be perfect.
Does MXroute provide such notification?
Would I get an email that says “could not be delivered to this and this address” every time an email is not delivered?
In other words: is this reliable method - is it not likely that I won’t get notified of a bounced email?
Any other suggestions on how to do this better (preferably on a non-profit budget) are welcome.
For money-making sites, recommendations for quality paid services are also welcome (for all I could “dig out”, SendGrid paid tier with a dedicated IP is the least bad of all).
Thanks in advance for any advice and help.