Hello. the emails are being generated using a mime file built using MIME::Lite with a PDF attachment. These emails are currently being sent out successfully with Net::SMTP;
I was trying to use Net::SMTP::TLS and the email message is sent.. But the attachments are not being sent. Instead of the correct attachment, I'm getting multiple copies of the email message as attachments.
Should the MIME File be generated with a different package or a specific version of MIME::Lite?
Thanks in advance.