We have ChronoForms installed on a Joomla 1.5.14 server. We made 2 forms and neither of them are sending the emails after submission. We changed the debug option to on and we received the following 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 ( [text_0] => olmeda [text_1] => j [text_2] => estancias de san fnad [text_3] => 123` [text_5] => carolina [text_6] => pr [text_4] => 00985 [text_7] => vive urb ano [text_8] => [email]me@you.com[/email] [text_10] => 123456789 [text_11] => 123456789 [radio0] => Ikebana - Escorial [date_17] => 05/08/2009 [select_18] => 06:00PM [text_19] => 123456 [radio1] => Excellent [radio2] => Excellent [radio3] => Excellent [radio4] => Excellent [radio5] => Excellent [radio6] => Excellent [radio7] => Excellent [radio8] => Excellent [submit] => Submit [ea097b492697a9dfed0e6a70f89cde00] => 1 )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
BUT STILL GETTING NO EMAILS.
What's wrong with my forms?
Please help, thanks
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 ( [text_0] => olmeda [text_1] => j [text_2] => estancias de san fnad [text_3] => 123` [text_5] => carolina [text_6] => pr [text_4] => 00985 [text_7] => vive urb ano [text_8] => [email]me@you.com[/email] [text_10] => 123456789 [text_11] => 123456789 [radio0] => Ikebana - Escorial [date_17] => 05/08/2009 [select_18] => 06:00PM [text_19] => 123456 [radio1] => Excellent [radio2] => Excellent [radio3] => Excellent [radio4] => Excellent [radio5] => Excellent [radio6] => Excellent [radio7] => Excellent [radio8] => Excellent [submit] => Submit [ea097b492697a9dfed0e6a70f89cde00] => 1 )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
BUT STILL GETTING NO EMAILS.
What's wrong with my forms?
Please help, thanks
Hi jolmeda,
It looks as though email isn't enabled - either on the Form General Tab or in the Email Setup properties. Please check the Email tutorial.
Bob
It looks as though email isn't enabled - either on the Form General Tab or in the Email Setup properties. Please check the Email tutorial.
Bob
Hello!
I'm facing the same problem. I've checked everything for 5 times, emailing is enebled in the form config, everything is made in line with the tutorial, but I still don't receive emails.
In Joomla global config I've tried to use phpmail function as well as various smtp configurations.
Need to mention that php mail function is working, when I use built-in joomla contact component (feedback).
I even checked php mail function with this simple php file. And it's working.
So, I guess the problem is in the component.
debug:
Can you help me?
Thanks in advance.
----------
Max.
I'm facing the same problem. I've checked everything for 5 times, emailing is enebled in the form config, everything is made in line with the tutorial, but I still don't receive emails.
In Joomla global config I've tried to use phpmail function as well as various smtp configurations.
Need to mention that php mail function is working, when I use built-in joomla contact component (feedback).
I even checked php mail function with this simple php file. And it's working.
<?php
mail("myemail@address.com", "My Subject", "Line 1\nLine 2\nLine 3");
?>
So, I guess the problem is in the component.
debug:
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 ( [radio0] => В одну сторону [text_2] => вапвап [text_3] => вапавпав [date_4] => 03/08/2009 [date_5] => 10/08/2009 [select_6] => АЭРОФЛОТ [select_7] => 3 [text_11] => [text_13] => Баландинко Максимко [text_16] => myemail@address.com [text_17] => [button_23] => Отправить заявку [bed77c6c3bda9c1dd1d0ac266b001eea] => 1 [1cf1] => c8b4aa6929883c53f3e37b213c9643db [chronoformname] => airtickets )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
Can you help me?
Thanks in advance.
----------
Max.
This topic is locked and no more replies can be posted.