I didn't want to start another thread, but I haven't gotten a response on the previous on, and it appears to be dead. So I'm starting one here. This seems to be an ongoing problem, does any one have a solution?
I have been with 3 different Godaddy tech people that all say their site mail is working fine, and it is, but the Prestashop contact form will not send mail from their site. I have been trying to get this hammered out since Monday and have made absolutely no headway.
I know someone out there has got to know how to get this working. I have tried setting it up in multiple ways, SMTP, PHP, localhost, relay-hosting.secureserver.net...
....nothing works. There is something in the contact form from Prestashop that is throwing out an error. I went through and labeled every place that error appears in contacform.php, and the error that comes up is on line 489 of contactform.php:
} elseif ($url !== '' || empty($serverToken) || $clientToken !== $serverToken || $clientTokenTTL < time() ) { $this->context->controller->errors[] = $this->trans( 'An error 1 occurred while sending the message, please try again.', [], 'Modules.Contactform.Shop' ); $this->createNewToken(); }
The #1 is my addition, there are 4 places that throw out that specific error(6 actually but the other two deal with attachments), they are labeled 1-4, that's the one that comes up.
If someone could just point me in the right direction to find the help I need, that would be great, telling me what code I need to alter would also be great. I am at a loss as to how to resolve this.