Basic and Advance C Question:
How can I send mail from within a C program?
Answer:
Under Unix, open a pipe to the mail program, or perhaps /usr/lib/sendmail.
Previous Question | Next Question |
How can I check whether a file exists? I want to warn the user if a requested input file is missing. | How can I do graphics in C? |