Jump to content

Unwanted email attachment of site logo


leafface

Recommended Posts

please try to comment out following lines in file /classes/Mail.php

 

            /* don't attach the logo as */
            if (isset($logo)) {
                $template_vars['{shop_logo}'] = $message->embed(Swift_Image::fromPath($logo));
            }
  • Like 2
Link to comment
Share on other sites

  • 1 year later...
  • 3 years later...

I want to reply here instead of creating my own thread. I want to remove the logo attachment from my emails as I think it looks unprofessional. I have tried all the solutions I found about commenting out code or editing in mail.php however none of them work. All of them cause the back office to hit an error and ask me to check in debug mode. After I restore the mail.php everything works again.

I'm running 1.7 and wondering if there are any other known solutions to this? Can provide further details if required.

Link to comment
Share on other sites

  • 1 month later...
On 2/8/2021 at 2:46 AM, movinq said:

I want to reply here instead of creating my own thread. I want to remove the logo attachment from my emails as I think it looks unprofessional. I have tried all the solutions I found about commenting out code or editing in mail.php however none of them work. All of them cause the back office to hit an error and ask me to check in debug mode. After I restore the mail.php everything works again.

I'm running 1.7 and wondering if there are any other known solutions to this? Can provide further details if required.

im having the same issues, they just want to brand the powered by xxx everywhere,and it is very hard to remove it so pissed and i want to change platform 

Link to comment
Share on other sites

  • 11 months later...
  • 1 year later...

Hello,
I have the same issue on my PS 1.7, did any fix came up since 2022 ? I can't find any other topic about this 1.7 issue.
The fix removes the attachment and the logo on the top of the mails

Thanks !
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...