E-mail notification problem
I saw the following messages on the Tomcat console, but the server was able to send invitations to new users though.
17:57:39,196 ERROR com.ibm.team.workitem - Following required properties are undefined or empty: - notification.mail.from - notification.mail.from_name - notification.mail.reply 17:57:39,227 WARN com.ibm.team.workitem - E-mail notification is disabled, see the Server Setup Guidefor details on enabling it. The following configuration properties are currently set: Enable Email Nofication = true SMTP Server is set SMTP Server port = 25 SMTP Username is not set SMTP Password is not set Are there additional parameters I need to fix the errors? Thanks. Kelvin |
3 answers
Hi Kelvin,
Currently, the email notification is used in 3 cases: 1/ To send an invitation to join a Team Area in a Project Area. In this case, the sender is the user who is sending the invitation(s). The feature doesn't need to access to the notification.mail.from, notification.mail.from_name and notification.mail.reply 2/ To inform the subcribers of a Work Item that some attributes have changed. 3/ When the user requests an approval on a Work Item. In this case a mail is sent to the approvers In the 2 last cases, the sender of the mail is the Jazz server defined by the notification.mail.from, notification.mail.from_name and notification.mail.reply. Does it help? Kind regards Philippe Jazz Jumpstart Team |
Yes, thanks.
The following properties in teamserver.properties need to be set: com.ibm.team.workitem.notification.mail.from_name com.ibm.team.workitem.notification.mail.from com.ibm.team.workitem.notification.mail.reply https://jazz.net/forums/viewtopic.php?t=724 also discuss this problem. |
Hi,
I have a question/problem related to this subject. I configured the server to send e-mail notifications but when I tried to send a notification or invitation to a team member, I got the error message: 550 5.7.1 Client does not have permissions to send as this sender There is no RELAY permission for this server. Our server is permitted to send an authenticated emails. Thank you. Seydim |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.