Default fixture e-mail (admin@example.com) can't be delivered by default.
Created by: Blackskyliner
Summary: Default fixture email (admin@example.com) can't be delivered by default.
Steps to reproduce:
- Install Gitlab
- Run
bundle exec rake gitlab:setup RAILS_ENV=production
- Look in your mail queue for the mail to admin@example.com which can't be delivered
Expected behavior: Some e-mail gets delivered somewhere successfully. Observed behavior: The e-mail cant be delivered thus hanging in the queue. Possible fixes: The default (fixture) e-mail should default to root@localhost which will and can always be delivered locally to the root user of the machine.