in reply to Re: Unable to send the xls attachment file with the Mail::Sender
in thread Unable to send the xls attachment file with the Mail::Sender

Actually I am calling a perl program only from the crontab. In that program I have another perl program which will send the mail, for that mail sending program I am giving the full path of the file to be attached with the mail. I am executing the mail sending program using the qx($Cmd).

  • Comment on Re^2: Unable to send the xls attachment file with the Mail::Sender

Replies are listed 'Best First'.
Re^3: Unable to send the xls attachment file with the Mail::Sender
by mrguy123 (Hermit) on Nov 21, 2011 at 11:53 UTC
    Hi, can you maybe print a small standalone program that recreates your bug? It will make it much easier to understand what might be the problem