31
General Support / Re: Not receiving email when message sent
« on: July 22, 2020, 05:26:37 AM »
Check logs your email server.
Php work correct.
Php work correct.
$mail->setTemplate('storefront_contact_us_mail', $this->data['mail_template_data']);
add this code: df($this->data['mail_template_data']);
and try to send contact us form.public function onAMail_ProcessData($method, $params)
{
$that = &$this->baseObject;
if ($this->baseObject_method === 'setTemplate' && $params['text_id'] === 'admin_new_transaction_notify') {
$that->setPlaceholder('user_id', 'Jon');
}
}