Subject: | Using /usr/sbin/sendmail |
Things have been working really well for me using Log4Perl until my
provider decided to force SMTP AUTH even when talking to localhost on
port 25. So my problem is that Log::Dispatch::Email::MailSendmail is no
longer suitable because it doesn't use sendmail to sendmail (dispite the
name of the module) instead it uses SMTP and doesn't support AUTH.
So can you please suggest an alternative for me that either supports
AUTH or uses /usr/sbin/sendmail to send the mail. (The former would be
preferable since it would save a fork/exec).