in reply to Attachment
in thread Print to a printer
If you're not on a Unix system or otherwise don't have the standard "sendmail" program to handle your 'send' request, the MIME::Lite documentation recommends something like this instead:
Otherwise, you're going to have to be a lot more verbose and specific about the problem you're having.MIME::Lite->send('smtp', "smtp.myisp.net", Timeout=>60); $msg->send;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Attachment
by lachoy (Parson) on Nov 02, 2000 at 11:13 UTC |