|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: email function
============================================================ My Topica holds the key to optimum email health. Sign up for this free email management system today. And experience the well-being of a well-organized inbox tomorrow. http://click.topica.com/caaabDjbUrGczbU68iFa/register ============================================================ You may have to do a system call. I know of no specific C function call you can make from within a UNIX program to do emailing, but a system call from within a C program could do it (better still, a shell script!). Anyway, here are some email packages UNIX generally has (try viewing the man pages on these): mail mailx uuenview (also allows attachments) sendmail Hope these may help (even though they're not really C utilities) :-). Kirk. -----Original Message----- From: russ [mailto:nupc@nupc.org] Sent: None To: gameprogrammer@topica.com Subject: email function ============================================================ Email. It's the efficient, easy way to get ALL the information we need. Now if only there was an easy way to manage it... There is! It's friendly, fun, and FREE at http://click.topica.com/caaabBAbUrGczbU6XMSa/register ============================================================ hi everyone, within a unix program, does anybody know how to send an email i'm thinking a function like: email( char* toaddress, char* subject, char* body ) something like that? any resources on the web? thanks, russ -- www.russelldsmith.freeservers.com ==^================================================================ EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrGcz.bU68iF Or send an email To: gameprogrammer-unsubscribe@topica.com This email was sent to: list@pendleton.com T O P I C A -- Learn More. Surf Less. Newsletters, Tips and Discussions on Topics You Choose. http://www.topica.com/partner/tag01 ==^================================================================
|
|