in reply to Re^3: MTA for Perl
in thread MTA for Perl

Thanks for the clarification.

But in my case, sending mail is usually a requirement that requires little beyond sending an HTML and/or text mail with some files attached, and that is well implemented by MIME::Lite.

Exactly - my requirements in this case are much the same without a need for attachments. I have a module written that is working elsewhere without issue that I can simply drop in to the new project. The question was never about the Perl module...it was about recommendations for an MTA that will work with Perl.

...and the scripts also only talk to my MTA...

What MTA do you use Corion?

Replies are listed 'Best First'.
Re^5: MTA for Perl
by Corion (Patriarch) on Mar 19, 2024 at 10:14 UTC

    I use Exim 4, mainly because that is what comes with Debian as default (or what I install into Debian by default). For my uses, Exim 4 provides all I need.