in reply to How can I mail email with attachments using MIME::Lite and SMTP?

Mime::Lite has the ability to send mails by SMTP without resorting to another library:

$msg->send('smtp', 'mail.hostname.com');

Update: Actually, Mime::Lite uses Net::SMTP "under the covers" to do its SMTP sending.


Impossible Robot
  • Comment on Re: How can I mail email with attachments using MIME::Lite and SMTP?
  • Download Code