I only use
Net::SMTP. I have one simple reason: it works and when it doesn't (rarely) it's very easy to debug. This is because it has a simple elegent design and a careful implementation. What's not to like?
Your points don't strike me as particularly damning. First, I've never had any problem writing programs that send email and require a simple email address for the destination. What's a mail template anyway?
Second, I've used MIME::Lite with Net::SMTP and they work together just fine. Maybe MIME::Lite could have done it all internally but I never bothered to find out. It worked, and that's all she wrote.
Your final point is the most absurd - what kind of bass-ackwards organization can't maintain an SMTP server? Your nutty ISP could just as well maintain their own SMTP server and program it for super-security.
-sam
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.