Hi Team
I've an issue with the side panel contact form. Despite of I receive the message that the email was sent successfully, I don't received the email in the configured email, not even in the spam folder. I've modified the files quickcontact.php and sendmail.php located on the folder include, using the following code in both files:
<?php
use PHPMailer\PHPMailer\PHPMailer;
require 'phpmailer/src/PHPMailer.php';
require 'phpmailer/src/SMTP.php';
$toemails = array();
$toemails[] = array(
'email' => 'flalope@gmail.com', // Your Email Address
'name' => 'Mensaje de Compro Su Auto' // Your Name
);
// Form Processing Messages
$message_success = 'Gracias. Hemos recibido satisfactoriamente su mensaje. Nuestros especialistas le responderán a la brevedad. Saludos de parte del equipo de Compro Su Auto Argentina.';
Can you help?
Useful information:
Website: https://comprosuauto.cash
FTP data – User: comprosuautocristian – Pass: Fiesta.2019.2020
Thanks for your help.
Regards.
