About 350,000 results
Open links in new tab
  1. How to send an email from JavaScript - Stack Overflow

    To send an email from your personal or business account, the right way is to use javascript to send email through your own server or a third-party service such as Byteline.

  2. Send Email Directly From JavaScript using EmailJS

    I'm not familiar with email.js but I'm just wondering what prevents a malicious user from reading the JavaScript code of your website that is loaded into his browser and start making unwanted requests …

  3. Sending emails with Javascript - Stack Overflow

    Nov 7, 2008 · I want to set up a system where a user can send templated emails via my website, except it's not actually sent using my server - it instead just opens up their own local mail client with an email …

  4. html - Can I send email using javascript - Stack Overflow

    Dec 15, 2010 · However, if the person using the client can supply an SMTP server and user credentials for it (just like with any other general purpose email client), then yes, you can send emails using just …

  5. How to send email using Javascript in a simplest way?

    May 1, 2017 · Just as have been said above, you will need to connect to an SMTP server somehow to send emails from javascript. There's a problem however if you are going to use this script from a web …

  6. html - How do I send email with JavaScript without opening the mail ...

    Jan 13, 2017 · Having said that, the idea would be to post the request using JavaScript and then have a script on the server side that actually sends the email with the local mail server.

  7. How to send email by using javascript or jquery - Stack Overflow

    Jun 2, 2015 · I developed a web-form for a blog, and I need to send its values to an email. How can I send an email by using jQuery or JavaScript alone?

  8. How can I use JavaScript to send emails instantly?

    Aug 30, 2020 · I have been trying to figure out a way to send emails with JavaScript. So the first thing I did was went to Google and looked up if this is possible. I found out you can use the code below to …

  9. Use <div> as a button and trigger a mailto when it is clicked

    I'm creating a custom button on my webpage which actually is a &lt;div&gt;, I want to trigger a mailto when the button is clicked. What is the best way out? I've tried calling a javascript function

  10. Use Javascript to create an HTML email in Microsoft Outlook

    Jan 15, 2015 · I'd like to create an email from a Javascript web application. I'm completely aware of the many SO questions on this (e.g. Open Outlook HTML with Chrome). There are problems with the …