Project

General

Profile

Forum email notifications only work with some SMTP ??

Added by cyril Thibout over 5 years ago

Hi

I'm facing avery weird behaviour with the forum email notifications.

They perfecctly work if I set up the configuration.yml file with the office365 SMTP datas.

BUT if I change the configuration.yml file with some internal smtp the forum email notifications are not sent anymore while ALL other email notifications (issues for example) continue to work !!!

Is there any reason why the forum email notifications work with some SMTP and with others please ?

Here is the configuration :

in the configuration.yml file :

email_delivery:
smtp_settings:
delivery_method: :smtp
enable_starttls_auto: false
address: "mail.myredminedomain.com"
port: 25
authentication: :login
user_name: ""
password: "xxxxxxxx"

Environment:
Redmine version 3.4.3.stable
Ruby version 2.4.2-p198 (2017-09-14) [x86_64-linux]
Rails version 4.2.8
Environment production
Database adapter Mysql2
SCM:
Git 2.7.4
Filesystem
Redmine plugins:
manage_wiki_view_page_permission 0.0.2
redmine_agile 1.4.6
redmine_ckeditor 1.1.4
redmine_mail_checker 1.0.0-devel
redmine_people 1.3.2

thanks

Cyril