Earlier quoted context omitted.
Hosting your own email service is way more difficult than just spinning up a smtp server and some interface. Most big providers (like gmail) are more likely to flag incoming mails from unknown servers. That's the reason why stuff like Sendy[1] is so popular. You host your own interface, settings and so on, but the ugly part of sending your email is handled by AWS SES. [1] https://sendy.co/
That's only true if you're spamming people a lot. Running your own postfix server is trivial, and you'll have a fine reputation so long as you aren't sending marketing BS.
Show HN: A self-hosted email engine
21–30 of 63 posts
Re: Show HN: A self-hosted email engine
#22Earlier quoted context omitted.
That's only true if you're spamming people a lot. Running your own postfix server is trivial, and you'll have a fine reputation so long as you aren't sending marketing BS.
Running own SMTP server for personal use is hard . Google is the worst adversary just because of their market share. I have a mail server for personal use, and I send less than 10 mails per day for many years. DKIM, SPF, DMARC are all properly set up. I am signed up to all possible postmaster tools, including that of Google. Still, Google started blocking mail sent from my IPv6 address in December. I switched to IPv4…
Does the IPv6 address have matching forward/reverse DNS?
Re: Show HN: A self-hosted email engine
#23I think this is a more modern alternative to Sendy ( https://sendy.co/ ) which is a little cheaper. (no affiliation except being a user) Sendy does look like it has more features though - and it has been around for far longer, corner cases debugged and all. I’d love to hear how this is any different from Sendy.
I read the installation instructions of MailCoach and wonder whether this Composer thing is what I would use if I had a server that's not a DigitalOcean server, and whether this is something I can install without becoming a PHP wizard.
Re: Show HN: A self-hosted email engine
#24Awesome. We can never have enough of high quality self hosted software.
As someone who has been out of the PHP game for a long time, is it still a viable choice for new software? I don't have fond memories of the language at that time, so seeing PHP in the demo video poster frame was an immediate mark against pitching this at my company. That made me wonder whether it's a reasonable reaction to have. Edit for the downvoters— this is an honest question and I very much agree that we can ne…
I'd rather "everybody" was able to develop simple sites like I am able to, than me being able to make some super fancy shit. I generally don't pour time and energy into tech and companies that don't benefit "the little man" should the little man show interest, and if in doubt, I prefer things that have been around for decades, for making things that I might want to keep using and expanding for decades, too.
Re: Show HN: A self-hosted email engine
#25Earlier quoted context omitted.
As someone who has been out of the PHP game for a long time, is it still a viable choice for new software? I don't have fond memories of the language at that time, so seeing PHP in the demo video poster frame was an immediate mark against pitching this at my company. That made me wonder whether it's a reasonable reaction to have. Edit for the downvoters— this is an honest question and I very much agree that we can ne…
PHP is getting a lot better these days. There is still a lot of clunky legacy syntax but the performance and features are pretty much on par with other scripting languages now.
Re: Show HN: A self-hosted email engine
#26I think this is a more modern alternative to Sendy ( https://sendy.co/ ) which is a little cheaper. (no affiliation except being a user) Sendy does look like it has more features though - and it has been around for far longer, corner cases debugged and all. I’d love to hear how this is any different from Sendy.
I can read the installation instructions of Sendy and say "yup, I can do that. Upload a file, point my web browser towards it". I read the installation instructions of MailCoach and wonder whether this Composer thing is what I would use if I had a server that's not a DigitalOcean server, and whether this is something I can install without becoming a PHP wizard.
Re: Show HN: A self-hosted email engine
#27Earlier quoted context omitted.
I can read the installation instructions of Sendy and say "yup, I can do that. Upload a file, point my web browser towards it". I read the installation instructions of MailCoach and wonder whether this Composer thing is what I would use if I had a server that's not a DigitalOcean server, and whether this is something I can install without becoming a PHP wizard.
Composer is the apt, yum, dnf, npm, pip, etc of PHP
For a dev company, maybe even integrating it into one of their applications, great!
Sendy targets very much the former ones. I just assume MailCoach does, too, but I don't really know.
Re: Show HN: A self-hosted email engine
#28I think this is a more modern alternative to Sendy ( https://sendy.co/ ) which is a little cheaper. (no affiliation except being a user) Sendy does look like it has more features though - and it has been around for far longer, corner cases debugged and all. I’d love to hear how this is any different from Sendy.
Re: Show HN: A self-hosted email engine
#29Earlier quoted context omitted.
Hosting your own email service is way more difficult than just spinning up a smtp server and some interface. Most big providers (like gmail) are more likely to flag incoming mails from unknown servers. That's the reason why stuff like Sendy[1] is so popular. You host your own interface, settings and so on, but the ugly part of sending your email is handled by AWS SES. [1] https://sendy.co/
That's only true if you're spamming people a lot. Running your own postfix server is trivial, and you'll have a fine reputation so long as you aren't sending marketing BS.
Re: Show HN: A self-hosted email engine
#30This is not my area but why dont people setup their own smtp servers, and use plain tools like readcube?
Sadly, Google will flag as spam most new email servers by default. Email deliverability is a cartel these days.