I had done.self hosting installation …I had created couple of users and configure their email id…They are not getting email to enable their account…In settings -email setting i can only see option to attach pdf ,signature etc …No option to configure email servers like SMTP.gmail.com etc…Kindly advice where I can do that ? …Is any option to log in with out email id ? I mean user id and password?
The system logs stab here should show errors if the mails are failing… If there is nothing in there, you may want to check the jobs table in the database, it should be empty.
David…i found the issue…no blame on IN… :O)…since i had used gmail …i have to enable allow less secure app on gmail security setting…that cause the issue…!! lol.
I have found the only way to cueck each change to the env file is to run the “php artisan optimize” in the app directory (self hosting) i also found the “activities” table in the database usefull to find out what was failing. For testing emails, found it easier to create 1 invoice and use the send email function to keep testing till it worked. Didnt get anything useful from the laravel logs.