About 413,000 results
Open links in new tab
  1. Generating HTML email body in C# - Stack Overflow

    May 20, 2009 · Is there a better way to generate HTML email in C# (for sending via System.Net.Mail), than using a Stringbuilder to do the following: string userName = "John …

  2. Send HTML emails with Python - Stack Overflow

    How to send HTML content in email using Python? I can send simple texts.

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

  4. Convert a SQL query result table to an HTML table for email

    I am running a SQL query that returns a table of results. I want to send the table in an email using dbo.sp_send_dbMail. Is there a straightforward way within SQL to turn a table into an HTML …

  5. java - Generate HTML email from a Template - Stack Overflow

    I am working on a functionality where the application needs to generate user specific emails. This will be setup or configured on the user level using a email template which essentially contains …

  6. Generate HTML Email from Razor View Page with a Strongly Typed …

    Mar 1, 2024 · I am attempting to generate an HTML email from a Razor page. This works well for HTML without any model. However when I add a model "WelcomeEmailModel" …

  7. c# - Generate HTML Email with .NET - Stack Overflow

    Apr 25, 2019 · I have been struggling for two days to generate a simple HTML email with a .NET application. There are several answered questions on this topic already, and in each case the …

  8. Generate a fully formatted email with tables in VBA

    Mar 5, 2015 · An outlook email template with an automated message and 3 "insertion points" where I need a neat formatted table containing hyperlinks to me injected and send to a the …

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

    Learn how to set subject and content of an email using the "mailto:" protocol in HTML.

  10. Can I set up HTML/Email Templates with ASP.NET?

    Mar 7, 2009 · Take your object that contains your email contents Serialize the object and use xml/xslt to generate the html content. If you want to do AlternateViews do the same thing that …