|
-
Aug 28th, 2000, 11:41 PM
#1
Thread Starter
New Member
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 .
-
Aug 29th, 2000, 04:42 AM
#2
Hyperactive Member
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.
-
Sep 13th, 2000, 04:33 PM
#3
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|