Project

General

Profile

Sending messages with Gmail

Added by manuel lara over 11 years ago

I'm trying to send messages with Gmail from bitnami redmine 2.1.2 but the server shows an error message.
If someone could help me it would be great.
The file configuration.yml is attached.


Replies (1)

RE: Sending messages with Gmail - Added by Vadim Kotov over 11 years ago

Here is part of my config:

# default configuration options for all environments
default:
  # Outgoing emails configuration (see examples above)
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: smtp.gmail.com
      port: 587
      domain: smtp.gmail.com
      authentication: :plain
      user_name: "test@example.com" 
      password: *******
      enable_starttls_auto: true

It is working, I've only changed username and password. Looks like the auth method should be plain instead of login.

    (1-1/1)