[deleted]
I've updated the _settings table on my database following this:
INSERT INTO _settings SET
key= 'mail_driver',
value= 'smtp' ON DUPLICATE KEY UPDATE
value= 'smtp';
I've reloaded the website and did a cache clear and the mail settings is still stuck at loading.