www.webdeveloper.com
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2003
    Posts
    2

    convert email to html

    I am trying to find something that can convert email to html. I have a user that wants to be able to click on a link and open up email. I know that one exists in Perl by a company called Monharc or something like that. I don't know if this exists, but thought I would ask.

  2. #2
    Join Date
    Dec 2002
    Location
    Pensacola
    Posts
    263
    Are you talking about sending emails in HTML format? If you are using CDONTS the answer would be to include this:

    Set objNewMail = Server.CreateObject("CDONTS.NewMail")

    to, from values...

    objNewMail.BodyFormat = 0
    objNewMail.MailFormat = 0

    objNewMail.Send
    Cheers!
    Rob

  3. #3
    Join Date
    Dec 2002
    Posts
    54
    HI,
    If your purpose is to have emails in HTML format instead of plain text then you can use CODNTS or any third party components like ASP-Email. These have options to send email in HTML or text format.
    Vishal Gupta

  4. #4
    Join Date
    Jan 2003
    Posts
    2

    email as html

    I am sorry I didn't make myself very clear. I have a folder that has emails in it. I know that there is a Perl converter out there that will convert the emails into html. I want anyone that comes to my site to be able to click on a link and the email ( now html ) will open up for them. Currently, it would only work if they have Microsoft Outlook on their machine, Thanks for the input anyway.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

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



Recent Articles