You cannot send email with Javascript, so the obvious answer is no.
However, you can use the mail client to send email using the method described in Sending Email Using Javascript . Of course, this allows the user to change the email before it is sent and still requires the email server to accept this message, but it does not require you to write a code that accepts HTTP requests as input and sends the email.
source
share