4
« on: November 28, 2011, 10:30:24 PM »
Thanks for your quick response. I am with freeserve which is now orange. I use port 25 with outlook on my pc. On the pc I uses <domain name>.freeserve.co.uk@fs if I use telnet it response that it fails but if I uses smtp.freeserve.com I get an ip of 193.252.140:25. When I put this ip with no authentication used into TLserver it works 3 out of 4 times but only to the freeserve email address (I can live with that because this address could forward it).
The first part of the code is:
A$_SMTP_Server = "193.252.22.140:25"
B$_Send_Email = "FName LName <simon@martinslade.freeserve.co.uk
C$_Receive_Email = "FName LName <simon@martinslade.freeserve.co.uk
D$_Subject = "Test Email Subject"
E$_Domain = "martinslade.freeserve.co.uk"
V$ = ""
W$ = "martinslade.freeserve.co.uk"
X$ = "XXXXXXXX"
F$_Body_Line1 = "Test Email line1"
G$_Body_Line2 = "Test Email line2"
H$_Body_Line3 = "Test Email line3"
I$_Body_Line4 = "Test Email line4"
IF Z > 16 .
Z = 16
ENDIF
CLRIO EMAIL_SENT
CLRIO EMAIL_FAILED
CALL TCP_Email