Nick,
It is still a no go. I changed the "From:" address and I still do not get a
confirmation.
Any other suggestions?
Lester Nichols
"Embrace the Virtual Mindshare"
Network Engineer
Information Technology Services
Community Bank
wk: 626.974.1290 fx: 626.974.1287
nicholsl@...
http://www.communitybank-ca.com
-----Original Message-----
From: Nick Cleaton [mailto:nick@...]
Sent: Monday, September 23, 2002 11:47 PM
To: Nichols, Lester
Cc: 'nms-cgi-support@...'
Subject: Re: [Nms-cgi-support] nms FormMail
On Mon, Sep 23, 2002 at 10:44:51AM -0700, Nichols, Lester wrote:
> Here is the test form I was using to test the script.
> $send_confirmation_mail = 1;
> $confirmation_text = <<'END_OF_CONFIRMATION';
>From: $torecipient
>Subject: Form Submission
>
>Thank you for your form submission at http://www.lesternichols.com. We will will
>respond to your request or questions within 48 business hours after receipt
>of your submission.
>Thank you and have a great day.
>
>END_OF_CONFIRMATION
The 'From: $torecipient' part is wrong, you need to put the address you
want the confirmation email to come from in this field, maybe something
like:
$send_confirmation_mail = 1;
$confirmation_text = <<'END_OF_CONFIRMATION';
From: Lester Nichols <sales@...>
Subject: Form Submission
Thank you for your form submission at http://www.lesternichols.com. We will will
respond to your request or questions within 48 business hours after receipt
of your submission.
Thank you and have a great day.
END_OF_CONFIRMATION
... or whatever email address you want the courtesy reply to come from.
--
Nick
Privileged/Confidential Information may be contained in this message. If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not directly or indirectly,
use, disclose, distribute, print, or copy any part of this message to
anyone. If you have received it in error please advise the sender
immediately by return email and then delete it and all copies from your
system. Community Bank reserves the right to monitor all e-mail
communications through its networks. Any views expressed in this message are
those of the individual sender, except where the message states otherwise
and the sender is authorized to state them to be the views of any such
entity. No contracts may be concluded on behalf of the sender by means of
electronic communications unless expressly stated to the contrary.
|