On Tue, Feb 28, 2017 at 4:04 PM, ToddAndMargo <toddandma...@zoho.com> wrote:

> Anyone know how to do an attachment with Net::SMTP.


Didn't you ask that a couple months ago, and I told you to look for a MIME
module?

I am starting to think that Net::SMTP and other low level modules need to
be buried somehow; people tend to think of sending an email with a subject
and an attachment as one thing, when the implementation actually involves
three independent protocols one wrapped around another (SMTP, core email,
MIME), and the result is various people will always be expecting one of
those levels to be all three.

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to