??
> Path =>'/path/to/somefile.pdf',
> Filename =>'Document.pdf',
> Disposition => 'attachment'
> );
>
>
> is the specific what to code MIME Lite to send a TEXT/HTML message wi
f',
Filename =>'Document.pdf',
Disposition => 'attachment'
);
is the specific what to code MIME Lite to send a TEXT/HTML message with a PDF
file attached ??
TIA
--
Mike(mickalo)Blezien
=-=-=-=-=-=-=-=-=-=-=-
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
Is MIME::Lite only capable of sending email attachments present on your server?
What If I want the users to give ability to attach files from their hard drives from a
form input.
Is there any other module for it?
Thanks,
Sara.
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
Try in your shell
perl -MCPAN -e 'install MIME::Lite'
Best Regards,
===
Rodrigo Ribeiro Montoro
Sp0oKeR Labs
[EMAIL PROTECTED]
===
- Original Message -
From: "Scot Robnett" <[EMAIL PROTECTED]&g
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 nee
in @INC. Can you be more
specific?
-
Scot Robnett
inSite Internet Solutions
[EMAIL PROTECTED]
-Original Message-
From: Horace Franklin Jr. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 10:30 AM
To: [EMAIL PROTECTED]
Subject: MIME::Lite
Clear DayHello,
I use this line in
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?
Hi everyone,
I am using MIME::LIte to send out several mails a month. Due to
problems with several providers (i.e. not displaying HTML correct) I
switched to text only. Now I received this error message (see below)
from one of the people on the mailing list.
Does anyone of you maybe know
Whoops, while cutting out my email in the example I also cut a }.
Should be:
print a({-href=>'mailto:[EMAIL PROTECTED]'},
'[EMAIL PROTECTED]');
-will
Miles Sapp wrote:
>
> I copied and pasted the code that was suggested for Carp (below) and ran it and
> I can't get it to work. Does anyone kn
I copied and pasted the code that was suggested for Carp (below) and ran it and
I can't get it to work. Does anyone know what's wrong with it? Thanks
Miles
> use CGI::Carp qw(fatalsToBrowser set_message);
>
> BEGIN {
> sub handle_errors {
> my $msg = shift;
> print h1('Oh gosh');
>
sa Raymond wrote:
> >
> > Dear fliptop:
> >
> > Yes sir! That is exactly what I want to do.
>
> ok, good. see below for my thoughts.
>
> > >Teresa Raymond wrote:
> > >>
> > >> OK, I am a relative novice to Programming, Perl, CGI
Teresa Raymond wrote:
>
> Dear fliptop:
>
> Yes sir! That is exactly what I want to do.
ok, good. see below for my thoughts.
> >Teresa Raymond wrote:
> >>
> >> OK, I am a relative novice to Programming, Perl, CGI, CGI.pm and
> >> MIME::Lite.
Dear fliptop:
Yes sir! That is exactly what I want to do.
>Teresa Raymond wrote:
>>
>> OK, I am a relative novice to Programming, Perl, CGI, CGI.pm and
>> MIME::Lite. As suggested by others on this list I'm using MIME::Lite.
>> I've written the below c
Teresa Raymond wrote:
>
> OK, I am a relative novice to Programming, Perl, CGI, CGI.pm and
> MIME::Lite. As suggested by others on this list I'm using MIME::Lite.
> I've written the below code with part of a MIME::Lite example copied.
> I've put the whole code her
Any and all help is appreciated. Thank you in advance.
OK, I am a relative novice to Programming, Perl, CGI, CGI.pm and
MIME::Lite. As suggested by others on this list I'm using MIME::Lite.
I've written the below code with part of a MIME::Lite example copied.
I've put the
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 stric
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
20 matches
Mail list logo