Deb
04-03-1999, 09:02 PM
Almost didn't see this post...
Within the cgi form you have changed what was to:
print MAIL "To: $in{'recipient'}\n";
print MAIL "From: $in{'sender'}\n";
But I can not see where you are defining the recipient or the sender?
Have you considered hardcodeing your email address back into it and making sure that the sender is defined via the "Email" field on the form?
What you show in this post looks correct, but when looking at both files in their entirety it seems the definitions of what it is supposed to with the info is missing.
Tis a thought
Deb
Within the cgi form you have changed what was to:
print MAIL "To: $in{'recipient'}\n";
print MAIL "From: $in{'sender'}\n";
But I can not see where you are defining the recipient or the sender?
Have you considered hardcodeing your email address back into it and making sure that the sender is defined via the "Email" field on the form?
What you show in this post looks correct, but when looking at both files in their entirety it seems the definitions of what it is supposed to with the info is missing.
Tis a thought
Deb