About 552,000 results
Open links in new tab
  1. embedding image in html email - Stack Overflow

    I'm trying to send a multipart/related html email with embedded gif images. This email is generated using Oracle PL/SQL. My attempts have failed, with the image showing up as a red X (in Outlook ...

  2. How to send dynamic HTML email with ASP.NET Core?

    Jul 13, 2024 · How to send dynamic HTML email with ASP.NET Core? Asked 1 year, 4 months ago Modified 1 year, 4 months ago Viewed 1k times

  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 problems with the …

  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 table?

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

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

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

    Mar 7, 2009 · Sure you can create an html template and I would recommend also a text template. In the template you can just put [BODY] in the place where the body would be placed and then you can just …

  7. How to format Power Automate's "Create HTML table" to display …

    May 5, 2021 · How to format Power Automate's "Create HTML table" to display hyperlink in email pointing to SharePoint Asked 4 years, 7 months ago Modified 4 years, 7 months ago Viewed 4k times

  8. java - How do I send an HTML email? - Stack Overflow

    Feb 22, 2011 · I have successfully sent email in my web application using JMS, but the result only displays in plain text. I want the content to be able to display html. How do I do it? Here is roughly …

  9. 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 Doe"; StringBuilder mailBody …

  10. Create HTML table from array of Objects in Power Automate

    Oct 11, 2024 · Create HTML table with the from being my variable from above "from": "@variables('ObjectArrayItems')" That gave me the long table with Name and Value as the headers.