in reply to e-mail attachments on Win32 w/ Net::SMTP_auth & Net::SMTP::Multipart
You might consider using MIME::Lite. To configure it to use SMTP add the line:
MIME::Lite->send ("smtp", "your.smtpserver.domain");
to be executed once before the send ().
|
|---|
| 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 21:12 UTC |