About 337,000 results
Open links in new tab
  1. forms - html button to send email - Stack Overflow

    32 How do I send an email with specified initial values for the headers subject and message from a button in html, such as this

  2. html - How to link a button to an email address - Stack Overflow

    Feb 17, 2016 · Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges,

  3. How do I code my submit button go to an email address

    How do I code my submit button go to an email address [duplicate] Asked 12 years, 2 months ago Modified 11 years, 8 months ago Viewed 254k times

  4. How do I make a send email button with html? - Stack Overflow

    0 The only way to send an e-mail with pure HTML and no PHP is to use the a element. Use the href property with the value "mailto: [email protected] ". The only issue is that this will open …

  5. html - Can I set subject/content of email using mailto:? - Stack …

    If you want to add html content to your email, url encode your html code for the message body and include it in your mailto link code, but trouble is you can't set the type of the email from …

  6. html - Display CSS button in Outlook - Stack Overflow

    I created a CSS gradient button with Button Maker but it doesn't display properly in Outlook given their CSS restrictions. I therefore want to have a more simple looking button displayed in …

  7. how to create a html button that opens outlook application?

    Oct 11, 2016 · How to create a button in webpage that opens outlook application with compose mail (new mail) option attached with that webpage's screeshot?

  8. Create a working submit button for form to send email

    Apr 19, 2015 · How can I write a code to create a working submit button where somebody click the submit button on my page and that data goes to my working email id for example to …

  9. html - Reply link in email body - Stack Overflow

    Feb 20, 2019 · However, in the case of an email that you send, you can enter these details: Subject: Letter to invoice Body: Dear ladies and gentlemen, please send me the invoice. Then …

  10. HTML email link in button not working in outlook desktop

    Feb 25, 2021 · Your code is pretty long and I think Outlook ignores the styles placed in div's inside the anchor tag. Here is a simple button created using html only (no vml) and it renders the …