No email sent

How to fix a CF form not sending emails without errors.

Overview

The issue occurs when the email function is enabled but the 'From' and 'Reply to' fields contain invalid or problematic values.
Update the 'From' and 'Reply to' fields in the form's email settings with valid email addresses to ensure successful delivery.

Answered
go goliath 16 Jun, 2014
When I create a (simple) form with an email function, no mail is sent. I don't receive an error and even the debugger shows no errors. What am I doing wrong? The email function in the forms is 'enabled'.

Data Array
Array
(
[option] => com_chronoforms5
[chronoform] => Test
[event] => submit
[Itemid] =>
[button1] => Submit
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
)
go goliath 16 Jun, 2014
The "Mass mail users" function on the other hand works fine.
go goliath 16 Jun, 2014
Answer
Update: I entered another name and email address in the 'From' and 'Reply to' fields and now the mails are sent and received. So, problem solved.
This topic is locked and no more replies can be posted.