Results 1 to 4 of 4

Thread: E-mail messages in HTML format.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    Auckland, NZ
    Posts
    182

    E-mail messages in HTML format.

    With Winsock control I create E-mail messages in a plain text format. Do anyone knows how it is possible to make those mesages in HTML format with embeded images. For example something like, E-mails from www.zdnet.com.

    I noticed that sometimes when I receive E-mails, those messages contain HTML tags, but they just appeared like common text messages, containing tags and thats all, no actual HTML page being displayed.

  2. #2
    Hyperactive Member made_of_asp's Avatar
    Join Date
    Jul 2001
    Location
    123 Fake Street
    Posts
    394
    Hi,

    When i was working with JMail, you had to specifiy some kind of header called content-type:

    text/html or something like that gives you support for displaying HTML
    VS.NET 2003

    Need to email me?

  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    The messages that you will send are simle text files with HTML tags embedded into them. Its upto the mail recieving software to correctly recognize the mail type (using the header information)and show it accordingly.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    Auckland, NZ
    Posts
    182
    Thanks.

    But I am wondering, why some of those messages are being recognized properly and the others are not?
    Can it be some plugins, installed on the receivers machine?

Posting Permissions

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



Click Here to Expand Forum to Full Width