#emails from react

1 messages · Page 1 of 1 (latest)

peak veldt
#

Hey any recommendations on how to send an email from react? Seems to be a pain in the but, I'm not really wanting a node server. Only thing I have seen is emailjs thing..

edgy crystal
#

Email is typically a server thing, so you might not be able to avoid having a server here.

fallen fulcrum
#

Where did you host your project? Netlify, Vercel… ?

pastel pagoda
peak veldt
#

So I dunno if it's proper but I made server using node mailer and hosted on an ec2 instance

#

And just use that for all the emails, was a pain but I can use it for anything now I guess 😂

pastel pagoda