Thanks Mads.
I just reviewed the functions provided by APR and APR-utils and didn't
notice any friendly way of sending mail.
Before opening a TCP connection to the smtp port of the remote server
and start to cry, I think I will try the solution suggested by ed.
Samuel
Mads Toftum wrote:
On Fri, Jul 04, 2008 at 06:42:48PM +0200, Samuel Gomez wrote:
For example, how are mails sent when the ServerAdmin directive (
http://httpd.apache.org/docs/2.0/mod/core.html#serveradmin ) is used?
I was looking around the code but I wasn't able to find when this data is
used to compose and send a mail.
That's because it isn't used to send mail. It is merely for
informational display on error pages.
vh
Mads Toftum