Spiros Bousbouras said:
> Richard Heathfield wrote:
>
>> Spiros Bousbouras said:
>>
>> > Richard Heathfield wrote:
>> >
>> >> parser said:
>> >>
>> >> > is there any C library ( popular or standardized ) for sending
>> >> > emails?
>> >>
>> >> Why not just fish out the appropriate RFC and knock up your own?
>> >
>> > Because life is short ?
>>
>> SMTP? Two monkeys, ten minutes.
>
> RFC821 is 67 pages. 10 minutes for 67 pages ?
> I don't think so unless you're a rapid reading
> wizard.
You can skip the boring bits.
Seriously, SMTP is pretty easy. The hard bit of writing an email client is
/not/ the sending and receiving of email. It's all the stuff around the
edge - GUI, the various encodings, and so on. Sending the stuff is pretty
trivial. The protocol is a simple one.
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)