Project

General

Profile

How to setup email notification in 1.1.3?

Added by Vijith P A over 12 years ago

Hi friends,
i installed redmine through source package ;;using wiki i configured Email notification in redmine ;;; but it's occurs error
while sending test mail

"An error occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. u10sm4937625pbr.12 )"

  1. File: config/email.yml
    production:
    delivery_method: :smtp
    smtp_settings:
  2. tls: true
    address: "smtp.gmail.com"
    port: '587'
    domain: "smtp.gmail.com"
    authentication: :plain
    user_name: ""
    password: "test"
    tls: true
    development:
    delivery_method: :smtp
    smtp_settings:
  3. tls: true
    address: "smtp.gmail.com"
    port: '587'
    domain: "smtp.gmail.com"
    authentication: :plain
    user_name: ""
    password: "test"
    tls: true

any help is appreciated!!!

with regards
Vijith P A


Replies (1)

RE: How to setup email notification in 1.1.3? - Added by Vijith P A over 12 years ago

Problem solved ...

i rename the config/email.yml to config/email.yml.

    (1-1/1)