Re: email word attachment from html form input

2002-01-09 Thread Steve Maroney
I used MIME::lite once and had some problems with the variables. I looked at some of my code and tried to remeber what I did wrong. I noticed I do not have the variables qutoed when inputing them to the MIME::;lite module. Try removing your quotes and let me know if that works. Steve On Wed, 9

RE: email word attachment from html form input

2002-01-09 Thread Bob Showalter
> -Original Message- > From: katia goforth [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 09, 2002 12:16 AM > To: [EMAIL PROTECTED] > Subject: email word attachment from html form input > > ... > Name "main::tsr_addy" used only once: possible

Re: email word attachment from html form input

2002-01-08 Thread katia goforth
n the control key to select more than one > item), in which case the script variable would be an array rather than a > scalar. > > Don't worry, this CGI approach is blistering fast. > > If it does not work then check for mismatch between script and form element > names. &

RE: email word attachment from html form input

2002-01-08 Thread Gary Hawkins
; From: katia goforth [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 9:16 PM > To: [EMAIL PROTECTED] > Subject: email word attachment from html form input > > > hello, > > I am trying to take input email addresses from an html web form and -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

email word attachment from html form input

2002-01-08 Thread katia goforth
hello, I am trying to take input email addresses from an html web form and email and attachment to that email address. I am using the MIME::Lite module and have no problems when shortening the script to just the mail portion and executing via command line. The problem appears to be with the inp