Mono Support Contact form module 

Viewed 25880 time(s), 4 post(s), 12/11/2013 3:26:05 PM - by arbh89
12/11/2013 3:26:05 PM
226 Reputation 21 Total posts

Hi, i am trying to implement the contact form module, in my development environment when i try to send an email through the contact form, the configured recipient email receive the email by the sender but also the sender receive the same email but in this case by the recipient email, is this rigth or wrong?

How can i change this behavior?

Regards.

Angel Blandón

1
12/11/2013 4:11:41 PM
231 Reputation 38 Total posts

Hi ARBH89,

Can you check, did you accidentally or intentionally set  one of the "Your E-mails or Your BCC E-mails" web properties to your own e-mail address (or e-mail address which was typed in a form when that behiavor occured)?

Regards,
Darjan Bogdan

2
12/11/2013 4:18:50 PM
226 Reputation 21 Total posts

In "Your E-mails and Your BCC E-mails" properties i set it to my recipient email. The typed email is different as set it in properties. 

Must this properties have to be in blank??

3
12/12/2013 8:26:21 AM
231 Reputation 38 Total posts

Hi,

They shouldn't be blank, however if you want to prevent sending back second mail to the sender, you have exposed "BeforeSendMailCC" event. Please, implement that event and try to setup mailMessage to null in event method, it should prevent sending mail to the sender.

Regards,
Darjan

4
This is a demo site for MonoX. Please visit Mono Software for more info.