Re: Mail::Preconfigured

2005-03-01 Thread Eric Wilhelm
# The following was supposedly scribed by # Eric Wilhelm # on Monday 28 February 2005 10:57 pm: This is really intended for cron and other fully-automatic (webserver/daemon triggered) jobs where you want mail to be sent via an external smtp server (and don't want to mess with sendmail.)  

Mail::Preconfigured

2005-02-28 Thread Eric Wilhelm
Oh wise and potent module namers... I have a module that uses Net::SMTP_auth and basically implements the following interface: # This assumes settings (such as [EMAIL PROTECTED]) # are found in your ~/.mrmailer.conf (or /etc/...) my $mail = Mail::MrMailer-new() ... # productive stuff