Where can I find a library that will let me send mail via C? I *do not* want to use a default-installed MDA; that makes me dependant on a user having a certain MDA installed. I want to have a function like so:

send_message("to","headers","message");

...that I can call from a C/C++ program to be compiled under GCC. Is this possible? If so, where can I find such a library?

-Kevin Kelley
[email protected]