Hello,
I am writing a program to send email to external internet address but it
does not work.
But it works if I sent from one mailbox internet address to another.
Anybody has any ideas what's wrong ?
Essentially, this is how my program works :
I telnet to my Exchange Server Port 25 :
HELO
250 OK
Exchange mailbox)
250 OK
250 OK
DATA
354 Send Data. End with CRLF.CRLF
test 1 2 3
250 OK
However, when I checked my hotmail account there is no incoming email.
And there is no sent mail in my Sent Item folder in the mailbox.
Please help.
Best Regard,
Lim Chuan Lip.