I tried to log in to the admin portal of my self-hosted Bitwarden Lite installation. The server should send a confirmation email, but nothing happened. I don’t know if the email was even sent or if there was an error. There are no errors in the log files.
How can I find out if an email was actually sent?
EMail-Settings in settings.env file:
globalSettings__mail__replyToEmail=myemail
globalSettings__mail__smtp__host=smtp.gmail.com
globalSettings__mail__smtp__port=587
globalSettings__mail__smtp__ssl=false
globalSettings__mail__smtp__startTls=true
globalSettings__mail__smtp__username=myemail
globalSettings__mail__smtp__password=mypassword
adminSettings__admins=myemail
regards
Josef