SMTP configuration of Cs-Cart Amazon in error.
I have verified the Amazon and receive email in code
Username: **** AKIA RPA
Password: ****** AmgMbveZJ 4RkfhFW
But when I Cs-cart configured to send an email, the error is.
I also configured in Outlook, it works normally receive and send.
loi smtp.png
SMTP configuration of Cs-Cart Amazon in error.
I have verified the Amazon and receive email in code
Username: **** AKIA RPA
Password: ****** AmgMbveZJ 4RkfhFW
But when I Cs-cart configured to send an email, the error is.
I also configured in Outlook, it works normally receive and send.
Try re replace this line:
$this->addStringEmbeddedImage($content, $cid, '', 'base64', $mime_type);
with this one:
$this->addStringEmbeddedImage($content, $cid, $cid, 'base64', $mime_type);
in the app/Tygh/Mailer.php file.
I've tried your way but failed
fdgweb
4
You may need to specify the port in the host field - see this article.
https://www.fdgweb.com/use-smtp-send-cs-cart-email/
We fix this often enough for clients that we wrote a post on it.