Contact module has a major problem that it won't send out emails once the form completed and submitted.


Today as I was making final tests for the 0.2 release (which by the way will be out this weekend) have realized that the Contact Module has a major problem that it won't send out emails.

The reason for this is because when installing the module the SendNotificationEmail flag isn't turned on by default by the module (which by the way has been fixed in the next release) so please it's important that you run the following simple sql command on all of your jCore sites where you use the contact module:

UPDATE `dynamicforms` SET `SendNotificationEmail` = 1 WHERE `FormID` = 'contact';

This query will activate the SendNotificationEmail flag and the contact module should work as it supposed to.