Question: Logo does not show on clientside email

Logo does not show on clientside email

Hello, I have a problem which is, after a payment has been added, it can sent to customer's email, but in customer's email, it does not appear any images. Please help I am using SMTP Protoc

AA

Azim Azman AJ

Asked
Hello, I have a problem which is, after a payment has been added, it can sent to customer's email, but in customer's email, it does not appear any images. Please help

I am using SMTP Protocol , SSL / TLS encryption on port 465 / 587 hosting on smtp.gmail.com
I have change the logo under settings, but no luck at all.
  • MS

    Mian Saleem

    Answered
    If you are using localhost, there is no way to access it from internet as the image path will point to your lcoalhost. You will to modify the email templates files manually to convert images to base64 and set to src as data:image
  • Login to Reply