Update from mail in config from Admin Client

Here is my mail sample config
“mail”: {
“transport”: “SMTP”,
“options”: {
“service”: “SES”,
“auth”: {
“user”: “XXXXXX”,
“pass”: “XXXX”
},
“host”: “XXXXXXXXXXXX”,
“port”: 465
},
“from”: “‘Support’ support@mydomain.com
}

Current from mail is “Support support@mydomain.com
I would like to know is there a way to change this value to something else from admin client ui???

If you have access to the config file you can amend it using this doc as reference, and then using the Ghost CLI command ghost restart to apply the changes:

It would be great if I was able to update “from” mail config from the admin ui?
Instead of logging in my instance and changing the configs.