Configuration of sending e-mails.
Added by Lukasz Pyrzyk over 11 years ago
Hi,
i wanna to configure my redmine.
Part of myy code:
# default configuration options for all environments default: # Outgoing emails configuration (see examples above) email_delivery: delivery_method: :smtp smtp_settings: tls: true address: "smtp.gmail.com" port: '587' domain: "smtp.gmail.com" authentication: :plain user_name: "LOGIN@DOMAIN.COM" password: "PASSWORD"
Unfortunately, Redmine doesn't send any emails :( Is something wrong?
Replies (1)
RE: Configuration of sending e-mails.
-
Added by guzzi jones over 11 years ago
what happens when you try to send a test email via settings | email notifications. It is a link at the bottom.