Project

General

Profile

[SOLVED]problem/notifications by email / exchange / tls

Added by Karol Kanicki over 11 years ago

hi,

I would like to configure RedMine to sent notifications via exchange server, but I'm not able to : ( [ it was ok when configured with gmail

when trying to 'send a test e-mail' [http://my_redmine_host_IP:3000/settings/edit?tab=notifications ] , following error:
An error occurred while sending mail (550 5.7.1 Client does not have permissions to send as this sender )

appears
------------------------
configuration:
Redmine 1.3.2.stable @ ubuntu server

exchange SMTP :

Server name: xxx.outlook.com
Port: 587
Encryption method: TLS
--------------------------

section of configuration.yml related to email account settings: ######################################################
default:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "xxxxxx.outlook.com"
domain: "outlook.com"
port: 587
authentication: :login
user_name: ""
password: "xxxxxxxxxx"

------------------------------------------
anybody ?

thx in advance

regards


Replies (2)

RE: [SOLVED]problem/notifications by email / exchange / tls - Added by Etienne Massip over 11 years ago

Change the sender email address in Administration/Settings/Email notifications tabs?

RE: [SOLVED]problem/notifications by email / exchange / tls - Added by Karol Kanicki over 11 years ago

actual issue was that the 'emission mail address' in 'email notifications' tab, must be set to same address that one that is configured in configuration.yml file

it works well after changin it

    (1-2/2)