Jump to content

[SOLVED] Notification Address update under PS 1.6


Recommended Posts

Hi guys,
I meet a problem with my notification mail configuration.

I've replaced my notification email address
 "contact@blablabla.com" by "contact@blablabla.fr"

When a customer creates an account or makes an order, he receives automatically a notification mail.
Until there all works great.

But the problem is that the address update seems doesn't work...
My customers always receive notifications from contact@blablabla.com and not contact@blablabla.FR.

Yet, i've made modifications in my BO :
Advanced Parameters --> E-mail
And also preferences --> Stores coordinates.


Somebody knows where it comes from ?
Thks a lot.

Edited by Smodjo (see edit history)
Link to comment
Share on other sites

SOLVED !

Here is the solution.

Open your FTP software (FileZilla, FTP expert...)
Browse your database like this :


TOOLS / SWIFT / Swift / Message.php  
 

Replace

$this -> setFrom ( "" );

By

$this-> SetFrom ("youremail@yourdomainname.com");
 
 
That's it !
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...