
Samples send mail by SMTP in MFC.
On Sun, 5 Nov 2000 18:02:48 +0200, "Vadim Shklovsky"
Quote:
> I need samples of sending mails(in MFC), by using SMTP protocol.
> I need many abiltyies of send such as attachment, sendding to meny
>addressers ....
> Were I can find this samples?
Writing SPAMWare then? Well, you could just read the RFC for SMTP,
it's not a complex protocol, open a connection to port 25 (if memory
serves) and carry out a textual dialog with the SMTP server. Best
attachment encoding requires conversion to ASCII only chanracter
(values zero through 127 only). There may be a RFC on this too, but
scan the Internet for mime examples. The RFCs can be reached from
http://www.ietf.org/
Regards,
David.
--
Spam safe e-mail address (I hope), remove not. both
times it appears to contact me. I reserve the right
to respond only on a newsgroup if I choose.