Earlier quoted context omitted.
> People will suggest running your own mail server, and if you have the time and energy then definitely do that. As a learning experience, sure, but most people are not prepared for what running a 24/7 mail service requires of them. First of all, a static, non-residential IP is likely needed. The big players will flat out refuse receiption if your IP is registered as residential, so that rules out hosting it from you…
> First of all, a static, non-residential IP is likely needed. If you want to directly send mail that's true. But if you send mail through a smarthost, like your isp's smtp server, you can easily receive mail on a dynamic, residential ip. > implement the infrastructure to actually host a server 24/7, email is really tolerant of downtime. You can be down for hours without losing mail. The sending servers will retry fo…
I’m aware senders will retry for days if your server doesn’t reply, but it still requires monitoring and is not just a “fire and forget” solution.
Also, if your server starts bouncing emails, chances are you’ll be missing mails. Again, needs monitoring.