Project

General

Profile

Actions

Defect #14441

closed

email notification problem

Added by pravin pal over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
2013-09-30
% Done:

0%

Estimated time:
Resolution:
No feedback
Affected version:

Description

i cofigure the mail setting in "configuration.yml" as:

default: # Outgoing emails configuration (see examples above)
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "smtp.gmail.com"
port: 587
domain: "smtp.gmail.com"
authentication: :plain
user_name: ""
password: "mypassword"

when i click on the "send a test email" button in "email notification: field it shows an error :
_
An error occurred while sending mail (execution expired)

any suggestion or solution

i am using :-

Redmine version                          2.3.1.stable
Ruby version 1.9.3 (i686-linux)
Rails version 3.2.13
Environment production
Database adapter Mysql2

thank you

Actions #1

Updated by Paresh Patel over 10 years ago

email_delivery:
delivery_method: :sendmail
smtp_settings:
enable_starttls_auto: true
address: "sendmail.gmail.com"
port: 587
domain: "sendmail.gmail.com"
authentication: :plain
user_name: ""
password: "mypassword

sendmail using i think success done then notification send

Actions #2

Updated by Jan Niggemann (redmine.org team member) over 10 years ago

  • Due date set to 2013-09-30
  • Status changed from New to Needs feedback
  • Priority changed from Urgent to Normal

Is this still current? Please report back until September 30.

Actions #3

Updated by Jan Niggemann (redmine.org team member) over 10 years ago

  • Status changed from Needs feedback to Closed
  • Resolution set to No feedback

User hasn't logged in since the day of account creation...

Actions

Also available in: Atom PDF