I'm running Chronoforms 6 on Wordpress and when I submit the form the email never arrives. I don't know if it's being attempted being delivered.
I have debug mode running and am seeing this:
This is appearing at the bottom of the form *before* being sent. After sending there is nothing where the form was; no errors, nothing. The email never arrives.
I thought it was weird that the debug would say the email can't be delivered before the form is submitted but maybe that's the problem...not sure what is going on here.
I have debug mode running and am seeing this:
Array ( )
Array ( [email1] => Array ( [recipients] => Array ( [0] => (recipient email address) ) [subject] => New ChronoForm email received. [body] => [from_name] => (site name) [from_email] => (sending email) [reply_name] => (same site name) [reply_email] => (same sending email) [result] => the Mail could not be sent. [var] => ) )
This is appearing at the bottom of the form *before* being sent. After sending there is nothing where the form was; no errors, nothing. The email never arrives.
I thought it was weird that the debug would say the email can't be delivered before the form is submitted but maybe that's the problem...not sure what is going on here.