MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Contact form module  (Mono Support )

Viewed 23333 time(s), 4 post(s) 12/11/2013 3:26:05 PMby arbh89

Related topics

arbh89

arbh89

12/11/2013 3:26:05 PM
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
This content has not been rated yet. 
226 Reputation 21 Total posts
dbogdan

dbogdan

12/11/2013 4:11:41 PM
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
This content has not been rated yet. 
231 Reputation 38 Total posts
arbh89

arbh89

12/11/2013 4:18:50 PM
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??
This content has not been rated yet. 
226 Reputation 21 Total posts
dbogdan

dbogdan

12/12/2013 8:26:21 AM
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
This content has not been rated yet. 
231 Reputation 38 Total posts