Email setup
Added by Amit S about 8 years ago
Hi Everyone,
I recently setup Redmine over Ubuntu 14 on A2Hosting website.
I am currently having issues sending email notifications. I updated the following details in /etc/redmine/default/configuration.yml
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "send.one.com"
port: '465'
domain: one.com
authentication: :plain
user_name: support@bookkeeping360.in
password: ******
However, the email notifications are not going out. Not sure if this is Redmine issue or my email providers.
Please help.
Thanks in advance.