Project

General

Profile

E-mail notification issue

Added by jaswanth kamadana over 6 years ago

Hi,

I am configuring the office365 mail for the Email notification. But i am not getting any notification, if i create new issue or edit the issue. But if i configure gmail i am getting the mails/Notifications to the gmail. I am using the redmine-3.2.3 version of redmine.

i am using the following configuration in the configuration.yml file

production:
  email_delivery:
    delivery_method: :async_smtp
  async_smtp_settings:
      enable_starttls_auto: true
      address: "smtp.office365.com" 
      port: '587'
      domain: "xxx.com" 
      authentication: :login
      user_name: "jaswanth.kamadana@xxx.com" 
      password: "xxx" 

can you please suggest me why the mails are not going to office365 mail id

Thanks
Jaswanth