Hello,
I have a feed back form on my Joomla site which is expected to sent mail.
But it is not sending the mail.
Using debug I got following results still I am unable to get the mail.
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] => smita [text_1] => [email]smitasuhas@gmail.com[/email] [text_2] => 9877665533 [text_4] => Good work [button_6] => Submit [662b40ae84c71f96c7df3065f5dc92b8] => 1 [1cf1] => c6dd7f36c20cef1f04253b8a26d50944 [chronoformname] => feedback )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (smita)smitasuhas@gmail.com to [email]smita.tikale@aftek.com[/email]
9. Debug End
Please help
I have a feed back form on my Joomla site which is expected to sent mail.
But it is not sending the mail.
Using debug I got following results still I am unable to get the mail.
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] => smita [text_1] => [email]smitasuhas@gmail.com[/email] [text_2] => 9877665533 [text_4] => Good work [button_6] => Submit [662b40ae84c71f96c7df3065f5dc92b8] => 1 [1cf1] => c6dd7f36c20cef1f04253b8a26d50944 [chronoformname] => feedback )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (smita)smitasuhas@gmail.com to [email]smita.tikale@aftek.com[/email]
9. Debug End
Please help