How to send message from a textarea/form on my portfolio to my email ?

Anybody can guide me in this ?
3 Replies
wagnerfabricio
wagnerfabricio•10mo ago
Easier way is using the https://www.emailjs.com/ api…
EmailJS
Send email directly from your code | EmailJS
No server side code required. Add static or dynamic attachments, dynamic parameters, captcha code and more. Start with our free tier!
i_lost_to_loba_kreygasm
thanks 🙂
Geminus
Geminus•6mo ago
You can achieve that functionality with https://nodemailer.com/ if you don't want to use a third-party service for privacy reasons.
Nodemailer :: Nodemailer
Nodemailer is a module for Node.js to send emails