Results 1 to 2 of 2

Thread: net email with winsock???

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Location
    Gainesville, FL
    Posts
    1

    net email with winsock???

    does anyone know if it is possible to send an email from a net email place like hotmail using the winsock control?...or if it is possible to send an email to hotmail using only the winsock control? thanks a bunch

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    All TCP/IP services on the internet run through tcp sockets.
    Winsock just happens to be the windows implimentation of sockets.

    So you just have to look at the SMTP specs for email and you can do it from there.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

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