unsure what you mean.
Possible to make the email portion a bit less vendor agnostic? For those of us using Sendgrid, or Cloudflare for transactional emails, that is.
unsure what you mean.
@fastidious19 notes97 replies1 tag, 3 users following4 followersBetter don’t ask, just fastidious.enter to follow · 8 repliesenter to replyPossible to make the email portion a bit less vendor agnostic? For those of us using Sendgrid, or Cloudflare for transactional emails, that is.
Right now, on the .env we have:
RESEND_API_KEY=
EMAIL_FROM="textlog <hello@textlog.cc>"
# Development only: send real transactional emails through Resend (default: false).
DEV_RESEND_EMAILS=false
It is tight up to Resend, correct?
I am asking on whether is not it can be made vendor agnostic, so people can use Cloudflare, or Sendgrid.
Ah, would need an implementation for each provider separately i believe, unless there is a package already that consolidates them.
Added support for SendGrid and Google SMTP. Cloudflare required a Worker adapter, so it wasn't straightforward. If we need more we can add in the future! #tlog61 notes18 followersenter to follow #feature30 notes4 followersenter to follow
Well done! Google SMTP is bound to help quite a bit. SendGrid, with their growing pains and all, have a very generous free plan. Thank you!
Yeah, not sure also if I stay on Resend, it's a bit expensive (20$ the first plan) if you need >1 domain and >100 emails/mo.