Form Mail

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Mike Starke
Date:  
Subject: Form Mail
On Fri, Feb 28, 2003 at 11:37:23AM -0700, Don Fitzsimmons wrote:
/_Anyone familiar with FormMail? I'm trying to set up a recipient and my recipients both match in the hidden form field and the @recipeints variable in the script, but an error message tells me they don't match. I'm not familiar with Perl so it may be a sintactical error. Here is what I have as the variable:
/_
/_@recipients = &fill_recipients('');
/_
Normally, in Perl, you would escape the "@" sign.

don\@tornadodesign.com

Try that and let us know how it goes.