Re: MIME::Lite attachments

2005-07-17 Thread Wiggins d'Anconia
?? > 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

MIME::Lite attachments

2005-07-17 Thread Mike Blezien
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 =-=-=-=-=-=-=-=-=-=-=-

Re: MIME::Lite

2004-03-08 Thread Oliver Schnarchendorf
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

MIME::Lite

2004-03-08 Thread Sara
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.

Re: MIME::Lite

2003-03-27 Thread Horace Franklin Jr.
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

Re: MIME::Lite

2003-03-26 Thread Sp0oKeR
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

Re: MIME::Lite

2003-03-26 Thread Horace Franklin Jr.
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

RE: MIME::Lite

2003-03-26 Thread Bob Showalter
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

RE: MIME::Lite

2003-03-26 Thread Scot Robnett
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

MIME::Lite

2003-03-26 Thread Horace Franklin Jr.
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?

MIME::Lite /SMTP-Proxy Problems

2002-12-09 Thread Sven Bentlage
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

Re: using mime lite

2001-07-17 Thread Will Cottay
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

Re: using mime lite

2001-07-17 Thread Miles Sapp
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'); >

Re: using mime lite

2001-07-17 Thread Will Cottay
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

Re: using mime lite

2001-07-11 Thread fliptop
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.

Re: using mime lite

2001-07-11 Thread Teresa Raymond
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

Re: using mime lite

2001-07-11 Thread fliptop
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

using mime lite

2001-07-10 Thread Teresa Raymond
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

Re: MIME::Lite

2001-06-18 Thread Timothy Kimball
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

MIME::Lite

2001-06-18 Thread Teresa Raymond
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