Skip to content

Instantly share code, notes, and snippets.

@pappu687
Created November 12, 2012 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pappu687/4059315 to your computer and use it in GitHub Desktop.
Save pappu687/4059315 to your computer and use it in GitHub Desktop.
Redmine SMTP Email Config for Hostmonster
#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@example.com"
password: "password"
# address: "hostXXX.hostmonster.com" -- Find it in your configure mail client section of emails.
@maxjerin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment