GitLab Email not sent?

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

+5
source share
1 answer

, , resque , . , , .

:

sudo -u gitlab bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production BACKGROUND=yes
+2

All Articles