Interview Questions

How can I send mail from within a C program?

C Interview Questions and Answers


(Continued from previous question...)

How can I send mail from within a C program?

Under Unix, open a pipe to the mail program, or perhaps /usr/lib/sendmail.

(Continued on next question...)

Other Interview Questions