in reply to Re^2: Mail::Sender hangs once in a while
in thread Mail::Sender hangs once in a while
Consider putting that concatenated value into a variable, checking for it's existence before you try to attach it, and displaying the filename in your $Log->debug("attaching file..."); statement.filename="Fax '.scalar localtime ($task_info->{'task_ctime'}).'.pdf"; +type="PDF Document"', file => $attach_file
For that matter, what is the value of $attach_file, and how do the file and filename values interact?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Mail::Sender hangs once in a while
by jethro (Monsignor) on Oct 20, 2009 at 14:14 UTC | |
by jakobi (Pilgrim) on Oct 20, 2009 at 14:54 UTC |