c libraries for sending mail

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Victor Odhner
日付:  
題目: c libraries for sending mail
libsmtp does this, but its MIME support is experimental.

The interface is simple and clean. It is a client, of course,
that requires you to specify a mail server that it will use.

If you use it, I have some patches I haven't yet fed back
to the developer; contact me.

Vic

"Furmanek, Greg" wrote:
> I was wondering if there is a library in c
> that allows for sending e-mail from a running
> program.