On Wed, Aug 21, 2002 at 09:59:34AM -0400, Wai Iu wrote:
> I have a redhat7.2 system running. I have an application wrriten with C language.
> Is there any way that I can send out simple text-based email in that application, 
>such as using SMTP, POP3? Any suggestion will be appreciated.
> 

There are many ways, invoke mail or mailx to send the email,
sendmail directly or just do the SMTP conversation via telnet
to port 25 on a mailserver (see rfc 824 OTTOMH).

Paul



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to