GitLab should automatically send an email to a new user with their password when creating their account.
I checked the mail.log file and I donβt see any records of sending or attempts to send.
I can send mail through the postfix command line without any problems.
In gitlab ui, I don't get any crashes or anything else. When I look at the mail, I see this while waiting:
Class Args
Notify ["new_user_email", 8, "qrnq1kSQ"]
I modified gitlab.yml to have the correct address: notify@mydomain.com
source
share