+ Reply to Thread
Results 1 to 2 of 2

Thread: Change website logo in emails sent out to customers

  1. #1
    Junior Member
    Join Date
    May 2016
    Posts
    24

    Question Change website logo in emails sent out to customers

    Hello,
    Is there a way to change the website logo embedded into the emails sent out to customers? Currently, system gets the website logo and put it into the email templates. How do I change it to another image?
    Thanks.

  2. #2
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    templates library /tpl/html_email_source.html

    <a title="{site_name}" href="{site_url}">
    <img src="{tpl_base}img/logo.png" alt="{site_name}"
    style="
    max-width: 100%;
    " />

+ Reply to Thread