Results 1 to 3 of 3

Thread: help me winsock users

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    6

    Question

    i had developed a utility to send and receive mails using winsock control.iam able to use my utility to send mail in the pc where it is dialing the ISP account.but
    my problem is i am not able to send mail from remote pc which is on LAN and we are using analog X proxy for accessing the internet throught LAN.how should i
    use the winsock control to connect to any SMTP server in the LAN.pls help me .


  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    266

    Winsock emailer

    Hi saju,
    Please note the settings for the following properties of the Winsock control
    Winsock.Protocol = sckTCPProtocol ' Set protocol for sending
    Winsock.RemoteHost = MailServerName ' IP address of SMTP server on your LAN
    Winsock.RemotePort = 25 ' Set the SMTP Port

    Hope this solves your problem.

  3. #3
    Lively Member
    Join Date
    Jul 2000
    Location
    Ca
    Posts
    106
    hey.. I tried the method but doesn't seem to work... I don't have a clue on what to do next.. help

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