About 599,000 results
Open links in new tab
  1. HTML email with Javascript - Stack Overflow

    How to include javascript in HTML emails - We need it for expanding and collapsing of the content in the HTML email.

  2. 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.

  3. Sending emails with Javascript - Stack Overflow

    Nov 7, 2008 · @tvanfosson If the email addresses are known on the page at the time the anchor element is clicked, you could try giving the anchor an ID and setting its href value when the …

  4. 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 …

  5. 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 …

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

    Jan 13, 2017 · 21 I'm writing a HTML page with a registration button that should just silently send an email without opening the local mail client. Here is my HTML:

  7. HTML5 Email address input pattern attribute - Stack Overflow

    Understand how to use HTML5 input pattern attribute for validating email addresses with regular expressions on Stack Overflow.

  8. How can I validate an email address in JavaScript?

    Sep 5, 2008 · I'd like to check if the user input is an email address in JavaScript, before sending it to a server or attempting to send an email to it, to prevent the most basic mistyping. How could I achieve t...

  9. Is JavaScript supported in an email message? - Stack Overflow

    Jun 16, 2010 · Therefore, one might included a second copy of the javascript enabled email as an html attachement with an alternative text/plain main body and/or tag in the main text/html directing the …

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

    May 1, 2017 · JavaScript alone can't send an email, it needs an email SMTP server which send the request to.