Skip to content

Commit

Permalink
don't muck with production.rb, no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jan 8, 2014
1 parent e7975f2 commit e27e8a6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/INSTALL-email.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Discourse Mail Setup Guide

After following INSTALL-ubuntu.md your mailer settings should still be set (in
`config/environments/production.rb`, remember) to:

```ruby
config.action_mailer.delivery_method = :sendmail
config.action_mailer.sendmail_settings = {arguments: '-i'}
```
After following INSTALL-ubuntu.md your mailer settings should still be set.

Out-of-the-box Discourse is configured to deliver mail locally via sendmail.
That's great. Leave that there as we're going to try to get the mail to postfix
ASAP so postfix do it's job and process the mail for delivery.

Expand Down

0 comments on commit e27e8a6

Please sign in to comment.