Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error: Invalid Recipient. An attempt . . .

Status
Not open for further replies.

katesuzanne

Technical User
Nov 9, 2009
5
US
Hello,
I am trying to change the email recipient from NERingers@aol.com to info@newenglandringers.com however when I do I get an error message that reads: Invalid Recipient .....

Here is the code.:

<FORM ACTION=" METHOD="POST" >

<input type=hidden name="recipient" value="NERingers@aol.com">

<input type=hidden name="redirect" value="
<INPUT TYPE="hidden" NAME="To New England Ringers" VALUE="Attention Mailing List Coordinator">
<INPUT TYPE="hidden" NAME="Subject" VALUE="New England Ringers Mailing List">

<INPUT TYPE="hidden" NAME="email" VALUE="audience@newenglandringers.org">

<P style="margin-bottom: 0;"><B>Comments: </B> <span style="font-family:times new roman;font-size:16px;">Suggest a new venue for future performances! Ask a question, critique a performance, suggest a particular piece for future repertoire; we want to hear from you!</span>
<P style="margin-top: 0;">
<TEXTAREA NAME="Question" ROWS="5" COLS="50"></TEXTAREA><BR>
<P ALIGN="CENTER">
<INPUT TYPE="submit" VALUE="Submit">
<INPUT TYPE="reset" VALUE="Reset the form"></P>
</FORM>


Any help or guidance is most appreciated!
Thanks,
Kate
 
Hi

That is a bad idea and unprofessional way of doing it. There is no need to expose the mail addresses to spambots like that.

Anyway, you posted no [tt]perl[/tt] code, so we can not help. Post formmail.pl ( between [tt][ignore]
Code:
[/ignore][/tt] and [tt][ignore]
[/ignore][/tt] TGML tags, please ) or upload it somewhere and post its URL.

Feherke.
 
Hi,
Thanks for your reply. I am not a professional in this. I need help understanding how to change the email address. I do not do this for a living, and unfortunately I cannot understand your post. Am I at a dead end here with this forum?
 
Hi,
Thanks. No, neither that part.

All I know is I see in the first line of code after the <FORM ACTION there is a line of type with the ending of formmail.pl. Do you need something else?
 
is a file on your server which handles the submitted form.
What Feherke is saying is that you should not put your email address in the form but place it into the Formmail.pl script.
He was asking you to post the contents of the Formmail.pl file so he could tell you where and how to place the email address.

Keith
 
Hi Keith,
Thank you for your reply.

How do I get the contents of the formmail.pl file? I originally copied the form out of dreamweaver where I've been trying to make their website changes.

Kate
 
Hi Keith,
Please bear with me. I am editing this website in Dreamweaver where I was able to copy the code and paste it in this forum. I'm sure I do have access to this file, but I don't know how to access it. I appreciate your patience.

Kate
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top