Email not sent from forms
Permalink 1 user found helpful**EMAILS ARE ENABLED. THIS EMAIL WAS SENT TO mail()**
Template Used: block_form_submission
To: Webmaster@wrensumc.com
From: bigjohn767@yahoo.com
Reply-To: bigjohn767@yahoo.com
Subject: Contact Form Submission
Body:
There has been a submission of the form Contact through your concrete5 website.
Your Name
John
Your Email
bigjohn767@yahoo.com
Phone
706xxxxxxx
Your concerns or Suggestion:
safdsafdsafdsafdsaf
To view all of this form's submissions, visithttp://wrensumc.com/index.php/dashboard/reports/forms/?qsid=1423765...
Any suggestions on what to look for?

define('EMAIL_DEFAULT_FROM_ADDRESS', 'email@email.com');
define('EMAIL_DEFAULT_FROM_NAME', 'Any Name');
define('FORM_BLOCK_SENDER_EMAIL', 'email@email.com');
Replace 'email@email.com' with the email address you use.
This worked on two sites i have....
I found the settings in concrete/config/concrete.php file. Perhaps not the best way to do it (especially when having multiple sites with same core), but it worked in my case. In addition, I added the email address used in c5 to my Gmail's contacts list and now form submissions are sent to my Inbox folder instead of spam.