Results 1 to 6 of 6

Thread: html email with winsock

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Posts
    56
    what is the way to send html email through winsock ?

  2. #2
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    what is HTML email???

    do you just mean send email, or do you mean submit a post to a web server that will send email?


    to send to someone at yahoo.com

    winsock.remotehost = "mx1.mail.yahoo.com"
    winsock.remoteport = 25
    winsock.connect


    send these commands in this order after receiving smtp spoken here (vbcrlf after each)

    -----------------------

    helo yahoo.com

    mail from:[email protected]

    rcpt to:[email protected]


    ----------------
    then type data send vbcrlf


    subject: what

    (two line feeds)


    type away


    (end with . <crlf> .)

    quit

















    Kurt Simons
    [I know I'm a hack but my clients don't!]

  3. #3

    Thread Starter
    Member
    Join Date
    May 2000
    Posts
    56

    Talking

    i meant sending smtp email, in html format.......

    What a mess: nobody uses the same email client you can imagine what is the mail looking when it's received.....!

    SOooo, i guess i've taken the good decision: i'll continue to send it with "text/plain" (by the way not so bad) to send email through my application....

    Any comment(s) ?

    thank you

  4. #4
    Addicted Member
    Join Date
    Oct 2000
    Location
    Vienna/Austria
    Posts
    132
    Hi simonmay !!!

    look at
    http://www.freevbcode.com/listcode.a...e=2&Category=2

    for vbsendmail

    is an excellent free program with source code.

    -cu TheOnly


  5. #5
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    Just create a program that send email and for the bit where u put the message just put the html text and it will turn it into a html page when the recipient gets it.

  6. #6

    Thread Starter
    Member
    Join Date
    May 2000
    Posts
    56

    Smile

    thanks to all!

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