I know the author means well, but there's little sense in a heavy module such as Internet::Mail, especially given the lightweight use of mail in this module. All that is neeed is a recipient, subject, and message body -- things handled well by "standard" modules such as Net::SMTP and sendmail -t. This patch gives the system admin the choice of using either sendmail -t, or for portability, via Net::SMTP. The SMTP host is specified in the notify option as the mail address appended with %hostname. The embedded documentation has been modified accordingly. Both modes have been tested and are working on our network. Email me with questions / problems / bug fixes.
Also a bugfix for 'stdout' method is included.