View Single Post
  #2  
Old 24th January 2019, 02:21
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Default
Quote:
Originally Posted by noaptus View Post
Hi.

I'm unable to change some settings.

What I'm unable to do is

Can't change mail settings. I would like to use sendmail.
Can't change API settings.
Can disable invite only and create new account as a user but unable to get email to verify the account.

Vill update when I find more, but it would be awesome if someone can assist me to get this working
Can't change mail settings. I would like to use sendmail.
These are housed in your .env file.
cd /var/www/hmtl
nano .env

Can't change API settings.
You mean your API keys? These are housed in your .env file.
cd /var/www/hmtl
nano .env

Can disable invite only and create new account as a user but unable to get email to verify the account.z
If using the config manager it might be that your configs are cached.
cd /var/www/hmtl
php artisan clear:all_cache

Also you can test your email settings to make sure there good.
cd /var/www/hmtl
php artisan test:email
__________________
Founder Of UNIT3D