Defect #5278
closedConfig Redmine 0.9.3 work with Gmail
0%
Description
Hi,
I'm using Redmine 0.9.3 and I want use gmail to configure notification email.
When I use "send a test email" function. Have a error "An error occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. 14sm447694gxk.11 )". Please help me to fix it. Thanks.
Here is my email.ym
production:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "smtp.gmail.com"
port: '587'
domain: "smtp.gmail.com"
authentication: :plain
user_name: "xxx@gmail.com"
password: "xxxx"
development:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "smtp.gmail.com"
port: '587'
domain: "smtp.gmail.com"
authentication: :plain
user_name: "xxxx@gmail.com"
password: "xxxx"
Updated by Sheng Wang almost 15 years ago
You need to install action_mailer_optional_tls plugin.
Further information:
see http://redmineblog.com/articles/setup-redmine-to-send-email-using-gmail/
Updated by Truong Nguyen almost 15 years ago
Hi,
I did follow this guide before but it doesn't work now.
Thanks for your reply.
Updated by Sheng Wang almost 15 years ago
You carefully compare email.yml file.
I think there is missing parameter:
tls: true
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from New to Closed
- Resolution set to Invalid
This is a configuration problem. redmine.org uses gmail SMTP just fine.