V
Vittorio
I need sending many mails with the same structure:
An explanatory message AND a couple of attachments, an excel and pdf file.
Now, following the many examples in the Internet, I've been able using
use MIME::Entity;
use NET::Smtp; (this module is necessary because I need authentication
through an Exchange mail server)
to send a message in which both the text of the message and the files
are treated as attachments.
Is there any way to keep them separated?
Please an example would be highly appreciated.
An explanatory message AND a couple of attachments, an excel and pdf file.
Now, following the many examples in the Internet, I've been able using
use MIME::Entity;
use NET::Smtp; (this module is necessary because I need authentication
through an Exchange mail server)
to send a message in which both the text of the message and the files
are treated as attachments.
Is there any way to keep them separated?
Please an example would be highly appreciated.