Jump to content

The from header only shows e-mail address


Recommended Posts

E-mails that are sent from the webshop are missing the shop name in the header. I read in some topic that you could change line 49 in classes/Mail.php

if (!isset($fromName)) $fromName = $configuration['PS_SHOP_NAME'];

to

$fromName = 'Shop name';

. Tried it, didn't work.

There's no difference if you use the PHP mail() function or set your own SMTP parameters.

 

What to do?

Link to comment
Share on other sites

  • 1 year later...

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...