Project

General

Profile

Redmine Email Notification Not Working or Not Sending Emails

Added by Bryan Casano over 8 years ago

Hi! I've been having problems with the Email Notification of the Redmine that I installed on an Ubuntu server. I installed a 2.6.0 version of it and when I was trying to configure the email notifications, at redmine/config/configuration.yml, I wasn't getting any email whenever I'm testing it. Is there any way you could help me with my problem?

Here is the current config of my configuration.yml:

#Outgoing email settings

production:
email_delivery:
delivery_method: :sendmail
smtp_settings:
address: localhost
port: 25
domain: example.net
authentication: :login
user_name: ""
password: "redmine"

development:
email_delivery:
delivery_method: :sendmail
smtp_settings:
address: 127.0.0.1
port: 25
domain: example.net
authentication: :login
user_name: ""
password: "redmine"

Great help is well appreciated! Thank you..


Replies (6)

RE: Redmine Email Notification Not Working or Not Sending Emails - Added by Buzze Kr ies over 8 years ago

Hi there.

  • Did you consult:
    http://www.redmine.org/projects/redmine/wiki/EmailConfiguration
    
  • Do you want to deliver emails inside a LAN?
  • Do you have a valid internet connection?
  • Did you check credentials are correct and working?
  • Can you access mailbox via email client (e.g. Thunderbird)
  • Did you try
    delivery_method: :smtp
  • Can you telnet the intended server?

BR
A.

RE: Redmine Email Notification Not Working or Not Sending Emails - Added by Bryan Casano over 8 years ago

Hi Buzze! Thank you for the reply.
I did try all your suggestions but I still didn't receive any emails from the redmine I installed.
It actually says successful but I can't seem to receive the email after it.

RE: Redmine Email Notification Not Working or Not Sending Emails - Added by Buzze Kr ies over 8 years ago

Did you:
  • check any (and I mean any) spam filter on the way to the receiving client?
  • have a access to message transfer protocols?

BR

RE: Redmine Email Notification Not Working or Not Sending Emails - Added by Bryan Casano over 8 years ago

I got this all figured out yesterday. Thanks for the help!

RE: Redmine Email Notification Not Working or Not Sending Emails - Added by Buzze Kr ies over 8 years ago

Hi Brian,

please share your solution and/or the steps leading to this with us.

Thank you.

RE: Redmine Email Notification Not Working or Not Sending Emails - Added by aashish kiran over 7 years ago

Hi,
I have similar issue. Can you provide any steps to solve.

    (1-6/6)