mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
don't muck with production.rb, no longer supported
This commit is contained in:
parent
e7975f25b8
commit
e27e8a65b3
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user