Created
November 12, 2012 13:10
-
-
Save pappu687/4059315 to your computer and use it in GitHub Desktop.
Redmine SMTP Email Config for Hostmonster
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This works for me for a Redmine Install with passenger in Hostmonster. | |
production: | |
email_delivery: | |
delivery_method: :smtp | |
smtp_settings: | |
ssl : true | |
address: "hostXXX.hostmonster.com" | |
port: '465' | |
domain: "example.com" | |
user_name: "[email protected]" | |
password: "password" | |
# address: "hostXXX.hostmonster.com" -- Find it in your configure mail client section of emails. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kudos. I racked my head for days on this issue. Your post resolved it for me. The major differences that I see from your settings and the one's that I had are.
Removed
authentication: login
Added
ssl: true