Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newsletter "from" section says sales instead of name


Guest

Recommended Posts

Hello everyone,

 

I recently started testing sending newsletters via the admin/newsletter.php. I have everything setup great and it works fine, HOWEVER, from the "FROM:" it says "sales" instead of a name like "Joe Brown". It will say "sales <[email protected]>". Is there anyway to have it say "Joe Brown <[email protected]>" instead?

Link to comment
Share on other sites

You would need to hard edit the newsletter.php file in the includes/languages/english/modules/newsletter.php

includes/modules/newsletter.php and add a define tag otherwise it can not understand the space in the name it is a glitch in the config of osc.

 

Not hard to do you will just need to see where it says the module it is getting the From tag and add something like ex:

 

define FROM_NAME, 'Joe Brown<[email protected]>';

 

That will fix the problem

 

 

Hello everyone,

 

I recently started testing sending newsletters via the admin/newsletter.php. I have everything setup great and it works fine, HOWEVER, from the "FROM:" it says "sales" instead of a name like "Joe Brown". It will say "sales <[email protected]>". Is there anyway to have it say "Joe Brown <[email protected]>" instead?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...