Replies: 4 comments 7 replies
-
Most mailers provide SMTP settings. Can use the SMTP settings from environment, that way we can use the same code for both environments. By default we can set something that has a free tier (like resend, or SES) and ask the user to only change username/password for their installation. Alternatively, can also install |
Beta Was this translation helpful? Give feedback.
-
I would suggest Postmark. They have great deliverability, straight forward Rails integration, and a free plan for 100 emails per month. This would solve both problems, if signing up for a service that is free is ok. |
Beta Was this translation helpful? Give feedback.
-
I would recommend Resend. They have to sign up for it but their free plan is good enough for this use case |
Beta Was this translation helpful? Give feedback.
-
I'd recommend Enveloop. Granted, I am a founder, so a bit biased. ;) We have a free plan where you can use your personal Gmail account via SMTP -- it's simple to set up, plus, in addition you get a really nice visual email builder, logging, and webhooks. You don't have to set up a domain (like you'd need to do with Resend or Postmark) -- of course, you can still set up a domain on us too, and we'll send your emails for you. Magic. 🪄 Link: Docs for setting up Enveloop and Gmail SMTP I'd love to help. |
Beta Was this translation helpful? Give feedback.
-
The app has two "needs" to fill for mailing.
What's a low-hassle way to meet both of those needs on the backend such that the average self-hoster ideally isn't needing to sign up for a paid external service but also that's flexible enough so them or us can plugin the mailer of our choice?
Beta Was this translation helpful? Give feedback.
All reactions