Hi,
When i submit information in contact page as an admin i am getting the email but customer(replyto) is not getting the email.
How to slove this issue ?
Thanks
SomuN
Solved! Go to Solution.
@sekhar_n
you can use same way in for your quote module.
You need to change your controller event.
for example: controller_action_postdispatch_contact_index_post was for contact us post.
you can check in your quote module controller or use plugin and add code to send email there.
i had one more form called bulk quote for this also i am getting mail to admin only.so how to link that form to above code.
@sekhar_n
you can use same way in for your quote module.
You need to change your controller event.
for example: controller_action_postdispatch_contact_index_post was for contact us post.
you can check in your quote module controller or use plugin and add code to send email there.