[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Send Mail - Open Mail
- To: <linux-il(at-nospam)linux.org.il>
- Subject: Send Mail - Open Mail
- From: "Avi Boots" <aviboots(at-nospam)netvision.net.il>
- Date: Tue, 12 Dec 2000 13:33:10 +0200
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
Hi,
I run this code to send a simple mail:
and i can't open mail:
fp = popen("mail myfriend@hotmail.com", "w");
(fp = NULL can't open mail...)
fprintf("%s", msg);...
(System: Linux RH 6.1 with apache)
If anyone now how to send mail true c source
i'll be very happy to here his advise
Thank you,
Avi Boots.
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il