This question already has an answer here:
- How to send an email from JavaScript 20 answers
I know no backend language to send email directly from webpage. I wanna know if there is a way to do so with just javascript like having or writing a function that does the job? actually I don't need to show the sent emails on the webpage or save them anywhere, just want to receive them on inbox
(I already know about mailto
but surely it does not send emali directly )