How do I change the default mail address for siteadmin? I tried to change from GUI mode, but it's not working. Please provide the proper path to change the admin mail address.
Asked
Active
Viewed 499 times
1 Answers
1
You can change it directly in the DB:
UPDATE user SET mail="" WHERE user_name = 'admin';

Manuel VACELET
- 555
- 4
- 16
-
I think this is how I did it. You could use the GUI though, if you know how to read system mail. – Aryess May 24 '14 at 13:04