> built on top of AWS SES. [...] can be considered as a self-hosted alternative to services Someone doesn't really understand self-hosting.
Plunk: The open source email platform
21–30 of 91 posts
Re: Plunk: The open source email platform
#22Re: Plunk: The open source email platform
#23So this just makes an opensource email UI not platform
Re: Plunk: The open source email platform
#24Plunk's API does not appear to offer any such feature: https://docs.useplunk.com/api-reference/transactional/send
Unfortunately neither does Resend, Sendgrid, Postmark, etc.
Re: Plunk: The open source email platform
#25If I have multiple brands, would I need to set up a separate instance for each one?
Re: Plunk: The open source email platform
#26Having recently adopted Resend and skimmed a bunch of different email APIs, I'm still waiting to find a single provider whose API supports Stripe-style idempotency [1] so that I can guarantee I don't send the same email through their API multiple times. I'd like to confidently avoid accidentally spamming a user if i.e. a background job retries multiple times due to an unrelated error, or merely from failing to receiv…
I don't even expect them to keep a list of IDs forever, just some best effort like "we don't send anything with the same id twice in a one-hour window"
Gmail's API did support this I believe, and then ofc my org transitioned to Microsoft so my little homemade email service quit working
Re: Plunk: The open source email platform
#27Why on top of SES? why not SMTP?
Re: Plunk: The open source email platform
#28Why on top of SES? why not SMTP?
1: My "close to unity" number comes from my experience with the mailgun APIs, I assume that SES is similar.
Re: Plunk: The open source email platform
#29Earlier quoted context omitted.
self-hosting does not have to mean that you host the whole stack yourself
That is literallly what it means.
It feels like pedantry to critique that aspect so heavily over spirit v letter.
Re: Plunk: The open source email platform
#30> built on top of AWS SES. [...] can be considered as a self-hosted alternative to services Someone doesn't really understand self-hosting.
To most shops, using SES is considered "doing it ourselves" so I somewhat get the characterization. It's very common for self-hosters to use DO, Lightsail, Hetzner because the thing you're hosting is the software. With SES the line between it and SG can be huge if you're using all of SG's high-level features or razor thin if you use SG as SMTP over API.