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...!!! 😀