#Edit mail configuration from controller
10 messages · Page 1 of 1 (latest)
Why can’t you just set it as actual environment variables on the server? Why does it need to be set from a controller?
I want to set it from web
So that end-users doesn't need to edit .env file
Why? Only developers should be setting mail transport settings.
Want to like admins set username and email
Only developers should be setting mail transport settings.
So isn't possible?
It’s possible. But it’s a horrible solution to something that isn’t a problem if you just do things properly.
Alr