Hi,
Running CF version 3.1_RC 5.5 on Jommla 1.5.14.
I have set up in General for the form to mail results.
In the Setup Emails the form has a To & BCC settings filled out. I also have an email template filled out.
I have the results written to the database too.
However, emails are not being sent. The debug seems to show all is fine, except there is no mention of CF attempting to email out.
Is there an obvious issue here that I'm not seeing?
Thanks,
Eddie
Running CF version 3.1_RC 5.5 on Jommla 1.5.14.
I have set up in General for the form to mail results.
In the Setup Emails the form has a To & BCC settings filled out. I also have an email template filled out.
I have the results written to the database too.
However, emails are not being sent. The debug seems to show all is fine, except there is no mention of CF attempting to email out.
The form debug shows the folllowing output:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [phone_satisfaction] => 1 [telephone_comments] => Test from Eddie 3 [cust_serv] => 1 [cust_serv_comments] => Test from Eddie 3 [collect_serv_sat] => 1 [collect_serv_comments] => Test from Eddie 3 [after_sales_service] => 1 [after_sales_comments] => Test from Eddie 3 [complaints] => No [accounts] => Yes [pleased] => No [recommend] => Yes [company_name] => Fresh Web Services [19039a71bd81f6e2c8828d1b0a16ffa6] => 1 [chronoformname] => customer_satisfaction )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
9.Redirect link set, click to test:
index.php?option=com_content&view=article&id=65
Is there an obvious issue here that I'm not seeing?
Thanks,
Eddie