Hello All,

Just a quick question I can't find an answer to and I believe one of our frequenters 
will know for sure as they are the module author....

I've read somewhere ( in a dreaded Oreilley book ;D ) that the Mail series of modules 
uses the OS's native mail prog to send mail ( sendamil, qmail, etc ) vs. the 
Net::SMTP,etc type that talks directly to the mail servers.

I could be mistaken about that but I'm not totally sure.

Does Mail::Sender use the native OS's mail prog or does it talk to the smtp server 
directly?
If it uses the mailprog, do I need to/how do I specify the mail prog, path, switches 
etc?

Example, if I'm opening a pipe to the prog I'd need to do use this :
/usr/bin/sendmail -t
Or /var/qmail/bin/qmail-inject -f $to_address

Thanks,

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to