in reply to Attachments with NET::SMTP
Strictly speaking, Net::SMTP can send attachments, but it doesn't give you any helper methods to do so (i.e. you have to create your own MIME sections). Which is where something like MIME::Base64 or Mime::Entity would come in handy. Here's an example of the latter being used with Net::SMTP.
Hope that helps
|
|---|