|
|
|
|
|
by wdewind
2445 days ago
|
|
Not OP but I've spent a lot of time setting up email sending for SaaS apps. It shouldn't be too difficult, just use a third party provider like sendgrid and make sure your DKIM and SPF records are setup properly and you should be good to go. I've also used stuff like Amazon SES and it's not worth the trouble for side projects (or even medium sized, real businesses, honestly). If you have specific questions feel free to ask. |
|
How would I setup a "native" email system. I don't want to use some third party that I have to pay for. I'd like to be able to send the "raw" email myself.
So for example my current system uses Java + GMail's SMTP server. I have to pass it a username+password, and I can send basic emails that way. There are at least 2 major problems with this setup:
1) So far, all I have done is send REALLY basic 100% test based emails. It's not exactly clear to me how I would send a fully baked HTML email.
2) Consistently GMail BLOCKS my username. It requires me to manually go in at least every few days and enable "Allow less secure applications"