Forums

Email is not being sent

jimena 03 Sep, 2009
Hi...!

I'm having problems with a form i've created a time ago.

In first times it used to work perfectly, but this last times, emails are not being sent.

I've checked everything, and nothing has changed. I debug it, and this is the report:

From: Admin [info@***.com]
To: ****@gmail.com
CC:
BCC:
Subject: Consulta ****

Consulta enviada por:

Nombre y Apellido example
E-mail ****@hotmail.com
Teléfono (opcional)
Web (opcional)


Consulta
Example


Submitted by ***
Files:



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_3] => example [text_4] => ****@hotmail.com [text_5] => [text_8] => [text_7] => Example [button_9] => Enviar [e085349e94c78be0bb6f6468ce897ec6] => 1 [1cf1] => 7ae16818ddc8ac7621ae94c06ed7161b [chronoformname] => formulario )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (Administrador ***)info@****.com to ****@gmail.com
9. Debug End



Despite the succesfully report, email is not sent. (or received)


I'd appreciate any help, because my client's work depends on the contact form, and I've searched everywhere but can't find any solution.
Thanks in advance...!!! 😀
nml375 03 Sep, 2009
Hi,
This usually means that your mail hoster or google is treating your email as spam, or there is some "hickup" in the mail delivery.
The "An email has been SENT successfully" message simply means that CF was able to call the mailing-functions in Joomla/php, and that the email has been handed off to the mail server for further delivery.

The usual steps include:
* Check your spam folder(s)
* Check your Joomla mail settings
* Check with your hoster if there's been any reported issues with email lately.
* Try and email an article from the Joomla installation.

/Fredrik
This topic is locked and no more replies can be posted.