in reply to
e-mail attachments on Win32 w/ Net::SMTP_auth & Net::SMTP::Multipart
Have you taken a look at
Mail::Sender?
I've used it on Win32 to send attachments and plaintext alternatives with no problem. It also does STMP authentication.
Comment on
Re: e-mail attachments on Win32 w/ Net::SMTP_auth & Net::SMTP::Multipart
Replies are listed 'Best First'.
Re^2: e-mail attachments on Win32 w/ Net::SMTP_auth & Net::SMTP::Multipart
by
ff
(Hermit)
on Apr 11, 2007 at 22:14 UTC
Thank you!
Mail::Sender::Easy
makes authentication obvious and it is working for all three platforms.
[reply]
In Section
Seekers of Perl Wisdom