Mike Blezien wrote:
> Hello,
>
> we're setting up a script to attach mainly PDF files. And was wondering
> when setting up the code to attach the file, what TYPE attribute is used:
>
>
> $msg->attach(Type =>'', # WHAT TYPE HERE TO USE ??
> Path =>'/path/to/somefile.p
On Mon, 8 Mar 2004 12:12:20 +0500, Sara wrote:
> Is MIME::Lite only capable of sending email attachments present on
> your server?
Yes and No. You must be able to have a path to where the file is stored. This can even
be a network path, but not an http/ftp path.
> What If I want the users to gi
Thanks, I will.
- Original Message -
From: "Sp0oKeR" <[EMAIL PROTECTED]>
To: "Scot Robnett" <[EMAIL PROTECTED]>; "Horace Franklin Jr."
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, March 26, 2003 1:22 PM
Subject: Re: M
t;
To: "Horace Franklin Jr." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, March 26, 2003 1:36 PM
Subject: RE: MIME::Lite
> 404 file not found errors don't result from permission problems. The
script
> apparently can't locate your file, but I can&
Thank you for your insightful comments.
- Original Message -
From: "Bob Showalter" <[EMAIL PROTECTED]>
To: "'Horace Franklin Jr.'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, March 26, 2003 11:35 AM
Subject: RE: MIME::Lite
Horace Franklin Jr. wrote:
> Clear DayHello,
>
> I use this line in my script: use MIME::Lite
> I received a file not found error.
> I have found a lite.PM file. When I upload this
> file what permission should I use?
The file should be Lite.pm, not lite.PM. And it needs to be in a MIME
director
404 file not found errors don't result from permission problems. The script
apparently can't locate your file, but I can't tell from your description if
you're getting the 404 in your browser or if the script is returning an
error that tells you it can't find Lite.pm in @INC. Can you be more
specif
Teresa Raymond write:
: OK, I'm not going to write my own script for attaching an email. I'm
: going to try to modify the script from Randal's Web Techniques. I
: need to point to the location of MIME::Lite. I'm having difficulty
: with syntax with CGI.pm and strict. all of the below gives