houseabsolute / Log-Dispatch

Dispatches messages to one or more outputs
https://metacpan.org/release/Log-Dispatch/
Other
12 stars 29 forks source link

Add authenticated SMTP to Log::Dispatch::Email::MailSender #10

Closed rohanc closed 9 years ago

rohanc commented 9 years ago

This patch adds authenticated SMTP support to Log::Dispatch::Email::MailSender. It just passes through a few more arguments to Mail::Sender’s new() method. I have also decoupled “from” and “replyto” and added support for Mail::Sender's “fake_from”.