Next.js Discord

Discord Forum

Email notification system

Unanswered
Blanc de Hotot posted this in #help-forum
Open in Discord
Blanc de HototOP
What is your recommendation when building an event triggered email notification system with next js?

5 Replies

Sun bear
what are you trying to build?
Best approach would probably be if user does something call server to send an email using resend or some other mail service provider.
It's obvious but I cannot really help you without more info 😅
Blanc de HototOP
Thanks @Sun bear, what is the normal steps building such a pipeline, is it like this? the server sends out an event to the email service provider, and they send out emails?
Sun bear
exactly