in reply to Re: How to send email using Email::MIME & Email::Sender::Simple?
in thread How to send email using Email::MIME & Email::Sender::Simple?
Yes I'm using PAR indeed, below is the code I'm using to pack the script into executable. The script is running fine as .pl & .exe in my local system. However when I try to distribute the same exe to a Win Server machine, it fails with the mentioned error.
pp -u -o test.exe test.plAlso, I did try using Email::Stuffer, but it is again in turn invoking Email::Sender::Simple , which gives me the same error. Perhaps the way I'm packing the script to executable is wrong?
|
|---|