i have a form i need when user click submit the admin receive an email also the user should receive an email so admin and user have same copy
the user filed will be dynamic coz it will be different
so i used cc dynamic :text_9"filed name" but it didn't work at all just the admin receive the email but the user don't any one know how i can make the email sent to the user too
Thanks in advance
the user filed will be dynamic coz it will be different
so i used cc dynamic :text_9"filed name" but it didn't work at all just the admin receive the email but the user don't any one know how i can make the email sent to the user too
Thanks in advance
Hi ranin,
Is your site mailer using the PHP Mail Function? We've seen before that this doesn't support CC or BCC.
You can add a Dynamic To field in place of Dynamic CC; or switch to an SMTP Mailer; or set up a second email for the user (this is often the best solution as you can send different messages).
Bob
Is your site mailer using the PHP Mail Function? We've seen before that this doesn't support CC or BCC.
You can add a Dynamic To field in place of Dynamic CC; or switch to an SMTP Mailer; or set up a second email for the user (this is often the best solution as you can send different messages).
Bob
This topic is locked and no more replies can be posted.