csorensen has asked for the wisdom of the Perl Monks concerning the following question:
The script runs fine when I comment out the $new_message->attach block ..$path = ''; $new_message = MIME::Lite->new( From =>'info@constellar.com', To =>"$receiver", Subject =>'Whitepaper request', Type =>'multipart/mixed' ); $new_message->attach(Type =>'BINARY', Path =>"$path", Filename =>"$file" ); $new_message->send;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jcwren) Re: trying to attach with MIME::Lite
by jcwren (Prior) on Jul 01, 2000 at 03:38 UTC | |
|
Re: trying to attach with MIME::Lite
by csorensen (Beadle) on Jul 01, 2000 at 07:26 UTC |