The TCPIPConnection Class and Email through JADE
Posted: Fri Aug 07, 2009 11:52 am
by JADE Kid - Ray Hidayat >> Fri, 21 Apr 2000 23:14:34 GMT
Hi everyone!
I have read all about the TCPIPConnection Class and as far as I know, to use it you would do something like this.
create tcp;
tcp.remoteName := "smtp.ihug.co.nz";
tcp.port := 25;
tcp.open;
After that you would probably typecast the message into binary format...
binMessage := message.Binary;
And then somehow you should transfer the email address. How do I do that?
--
Ray Hidayat
JADE Kid - 2000
www.jadekids.com
Hi everyone!
I have read all about the TCPIPConnection Class and as far as I know, to use it you would do something like this.
create tcp;
tcp.remoteName := "smtp.ihug.co.nz";
tcp.port := 25;
tcp.open;
After that you would probably typecast the message into binary format...
binMessage := message.Binary;
And then somehow you should transfer the email address. How do I do that?
--
Ray Hidayat
JADE Kid - 2000
www.jadekids.com