Project

General

Profile

Actions

Defect #5278

closed

Config Redmine 0.9.3 work with Gmail

Added by Truong Nguyen about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-04-09
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

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: ""
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: ""
password: "xxxx"

Actions #1

Updated by Sheng Wang about 14 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/

Actions #2

Updated by Truong Nguyen about 14 years ago

Hi,
I did follow this guide before but it doesn't work now.
Thanks for your reply.

Actions #3

Updated by Sheng Wang about 14 years ago

You carefully compare email.yml file.

I think there is missing parameter:

tls: true

Actions #4

Updated by Jean-Philippe Lang about 14 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

This is a configuration problem. redmine.org uses gmail SMTP just fine.

Actions

Also available in: Atom PDF