Ask a Question related to ASP.NET General, Design and Development.
-
Dan Morrissey #1
Creating HTML Email Body using MailTo tag
I'm trying to initiate an email with predetermined Subject and HTML
formatted body that will allow the user to select the recipients from their
own address book.
The problem is that I can't seem to create an HTM formatted body (my HTML
tags show as plain text in the body). This all occurs in response to a user
submitting info to the web app, which, in return, will create an HTML table
containing some details and calculations that need to be forwarded to others
in the organization, but that the user has to select from our Exchange
server (which I don't have rights to).
Can this be done?
Dan Morrissey Guest
-
how to display html in email message body with mime:: entity
Hi, Is it possible to display html in email message body with mime:: entity. I'd like to display an html table in the email body I send out with... -
Is it possible to create an email link in director 8.5, like mailto in HTML ??
Is it possible to create an email link in director 8.5, like mailto in HTML ?? Sincerely Chris --- -
Creating HTML eMail with CDONTS
Hi Gang I can create an email with ASP's using CDONTS and this works well. I'd like to format the email as HTML. Can I do this with ASP's and... -
Quick way to do email link (mailto:)
Normally in the properties bar (Ctrl+F3), if I want to make a word an email link, I just type mailto: and the email address. Is there a quicker way... -
Using the MailTo: how can I include the page in body of the email
how can i include the current page in the body of the email. I was only to put text. Syntax: <html> <body> <input type ="Button" onclick=... -
Unregistered #2
Re: Creating HTML Email Body using MailTo tag
Emails get sent in text format - therefore you cannot send html in this way.
Unregistered Guest



Reply With Quote

