Project

General

Profile

email sendding problem when update 2.2.3 to 2.3.1 and 2.3.0 to 2.3.1

Added by Anonymous almost 11 years ago

After update to redmine V2.3.0, I have a problem with sendding email to users belong to a project when creat new Issue. All user account are be setting "Email notifications = For any event on all my projects" but when 1st issue created, all users recived email, and 2nd issue created nobody received email, 3rd issue created nobody received email even checking on Spam folder,.... (Each issue was created every 3-5 minutes)

I used sendmail function on Centos 5.9, all path are up to date.
All user emails are @gmail.com

In version 2.2.3 email sending very good and no problem found. I also did not change anything on Setting or something else when update tu 2.3.0 :(

So I update 2.3.0 to 2.3.1 but the problem is not fixed,
In 2.3.1 no email was sent when new issue or update created. On setting Administrator, I used "send test email" And redmine said "sent sucessfull" but I did not receive any email?
Pls help me sole this problem.


Replies (3)

RE: email sendding problem when update 2.2.3 to 2.3.1 and 2.3.0 to 2.3.1 - Added by Anonymous almost 11 years ago

Thanks Dmitry Glavchev but I use sendmail function on Centos 5.8, can not use your solution :(

RE: email sendding problem when update 2.2.3 to 2.3.1 and 2.3.0 to 2.3.1 - Added by Anonymous almost 11 years ago

The problem solved when I change sendmail to GMAIL on configuration.yml:

email_delivery:
delivery_method: :smtp
smtp_settings:
tls: true
enable_starttls_auto: true
openssl_verify_mode: 'none'
address: "smtp.googlemail.com"
port: '465'
domain: "smtp.googlemail.com"
authentication: :plain
user_name: ""
password: "my-password"

you must have 3 following line to active redmine sendding email:
tls: true
enable_starttls_auto: true
openssl_verify_mode: 'none
And I also waiting for the new redmine version :D

    (1-3/3)