Creating HTML Email Body using MailTo tag

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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 ---
    3. 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...
    4. 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...
    5. 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=...
  3. #2

    Default Re: Creating HTML Email Body using MailTo tag

    Emails get sent in text format - therefore you cannot send html in this way.
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139