Merge pull request #1179 from iamjarvo/1176_update_install_email_guide

Update typo in documentation
This commit is contained in:
Robin Ward 2013-07-11 06:47:34 -07:00
commit e826a55dc3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After following INSTALL-ubuntu.md your mailer settings should still be set (in
```ruby
config.action_mailer.delivery_method = :sendmail
config.action_mailer.sendmail_settings = {arguments: '-i}
config.action_mailer.sendmail_settings = {arguments: '-i'}
```
That's great. Leave that there as we're going to try to get the mail to postfix