Contact us Page send acknowledgement email to sender

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi Folks,

i want to know how to send acknowledgement email to sender from contact us page.
for example.

[email protected] send message to [email protected] using contact us page.

then i want to send copy of same email to [email protected] like following.

==========================

Hello [email protected] {or name}

thank you for contacting us

we will get back to you as soon as possible..

{original message content}


=========================

thank you very much
7 years ago
Hi,

It
l require some customization. You can put appropriate logic into "ContactUsSend(ContactUsModel model, bool captchaValid)" method of \Nop.Web\Controllers\CommonController.cs file. Just insert one more "QueuedEmail" record
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.