Hi,
Im building a simple contact form which should just send an email with the data contained in the form.
In the debug, i can see the image verification is ok, validation is ok, but still I dont get the email in my inbox.
"Email the results" is set to yes, the setup emails is in green and pointing to my email.
(joomla 1.5 was installed through simplescripts)
Any thought on what may be causing this?
Thanx
Im building a simple contact form which should just send an email with the data contained in the form.
In the debug, i can see the image verification is ok, validation is ok, but still I dont get the email in my inbox.
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] => alberto [text_1] => 2345 [text_2] => [text_3] => [text_5] => arv@arvcr.com [text_6] => adsdfdsfg [chrono_verification] => KgpPH [button_7] => Enviar [96938b594f09701f2e5c96bb7fdc0a89] => 1 [1cf1] => d8837e4e244c4af6e19b73f7203b7d1c [chronoformname] => Contacto )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
"Email the results" is set to yes, the setup emails is in green and pointing to my email.
(joomla 1.5 was installed through simplescripts)
Any thought on what may be causing this?
Thanx