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.
You can change it directly in the DB:
UPDATE user SET mail="" WHERE user_name = 'admin';
You can change it directly in the DB: