I have created a contact form that sends out both an email to me, and
a confirmation email to the person who filled out the form. The
problem that is when the confirmation email gets sent out, it contains
the information from the first email. How can I prevent this? Thank
you as always for any help.
// Code here....
$this->Email->send("$body");
// set new to, and subject here...
$this->Email->send("$thank_you_body");
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---