Use external SMTP server with Redmine
-
Is there a way to configure redmine to use external SMTP server, different from my Cloudron domain?
I have tried doing it editing additionl_envrionment.rb file, added there lines like
config.action_mailer.delivery_method = :smtpconfig.action_mailer.smtp_settings = { address: 'smtp.service.com', port: 587, domain: 'mydomain.com.au', authentication: :login, user_name: 'me@domain.com.au', password: File.read('/app/data/mypassword').strip, enable_starttls_auto: true }But it didn't work, redmine ignored that settings and tried to send email via cloudron anyway.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login