Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub

config SMTP

# edit gitlab.rb smtp configs accordingly
...

# reconfigure gitlab
docker exec -it gitlab gitlab-ctl reconfigure

# open console
gitlab-rails console

# it should print green things
Notify.test_email('armanexplorer@gmail.com', 'Example Gitalb', 'Some test message from Example Gitlab').deliver_now