Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I have been using Mail::Sendmail for many years. We moved our hosting servers over to Rack Space, (Changed them not moved them literally) those servers use Qmail, which is having lots of problems with sendmail. They highly suggested I moved the emailing on the scripts to qmail programming.

What I am wondering is if any of you have done this, and is there a qmail module that works similar to Mail::Sendmail?

Thanks,
Richard

Replies are listed 'Best First'.
Re: Perl and emailing
by alexm (Chaplain) on Aug 12, 2009 at 20:30 UTC

    It seems that Mail::Sendmail has support for SMTP too. Switching to SMTP should be quite straightforward and it'll work with any MTA.

Re: Perl and emailing
by mzedeler (Pilgrim) on Aug 12, 2009 at 20:22 UTC