On 4/28/06, Eric Wong [off-list ref] wrote:
You should be able to just open a pipe to:
/usr/sbin/sendmail @recipients
and just write headers\nbody to that pipe.
Sounds reasonable. I just looked at what Mail::Sendmail does and it
isn't specially interesting. (There used to be a different Perl module
that did smart things, depending on what MTA it found, but I can't
find it now).
Perhaps allow and detect --smtp-server=/path/to/sendmail ?
Oh, it should just work with sendmail if it's there and we don't
provide --smtp-server ;-)
m