Default fixture e-mail ([email protected]) can't be delivered by default.
Created by: Blackskyliner
Summary: Default fixture email ([email protected]) 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 [email protected] 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.