Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Sending e-mail from a C program
Name: sunlearner Date: March 28, 2003 at 07:49:00 Pacific OS: Solaris 8 CPU/Ram: Sun Fire v120
Comment:
Hi,
Does anyone know how to compose a e-mail message in a C program on Sun/Solaris and submit the e-mail to an e-mail account (e.g., mail.yahoo.com with know username/password) for delivery? My system has internet connection but is not set up as a mial server. Is there a way to use TCP/IP to log into my e-mail account (e.g., mail.yahoo.com) and deliver the mail automatically?
Summary: Hi, can anybody give me a little introduction in writing a little C program which sent out some print to a network printer on a Solaris 8 platform. Tried with the FILE, fopen, fprint an fclose stateme...
Summary: can anybody give me a little introduction in writing a little C program which sent out some print to a network printer on a Solaris 9 platform. Tried with the FILE,fopen,read,write statement, using p...
Summary: Hi, I built a C++ program that takes mail from the mail server and analyzes the content. A report is than appended to the original email and sent out to the recipients. The problem is that it has to b...