简体   繁体   English

发布管理电子邮件通知未发送

[英]Release management email notification not sending

No email notification is sending from my RM system on releases. 版本上没有从我的RM系统发送电子邮件通知。

Following things has been done: 完成以下操作:

  1. Smtp setting has been updated in the system 系统中的Smtp设置已更新

  2. Enabled approver notification in 'Acceptance step' and 'validation step'. 在“接受步骤”和“验证步骤”中启用了批准者通知。

  3. Email id is updated and 'Receive email notification' is 'Yes' for the approver and validator. 批准者和验证者的电子邮件ID已更新,“接收电子邮件通知”为“是”。 The user are release managers. 用户是发布管理员。

Did I missed anything? 我错过了什么吗? Why emails are not sending? 为什么电子邮件不发送?

That looks right. 看起来不错。 Enable the logs on the server side to see if any errors are thrown. 在服务器端启用日志以查看是否引发任何错误。

I would double check the SMTP settings. 我会仔细检查SMTP设置。 Username/password are obvious possible mistake, but depending on your SMTP requirement, you might need to specified a valid email address from your domain as the sender address. 用户名/密码显然是可能的错误,但是根据您的SMTP要求,您可能需要从域中指定一个有效的电子邮件地址作为发件人地址。

Thank you for the answer Joerage. 谢谢您的回答。 SMTP setting was not working in the TFS server...! SMTP设置在TFS服务器中不起作用...!

I faced one more issue with the notification mail. 通知邮件又遇到了一个问题。 View request link was opening old url of release management site...! 查看请求链接正在打开发布管理站点的旧URL ...! Earlier I upgraded the RM server and client, after that changed the url also. 之前,我升级了RM服务器和客户端,之后还更改了URL。

Again I lost couple of minutes to find out the problem. 我又浪费了几分钟来找出问题所在。

The url is configure in "C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Release Management\\services\\web.config" file under setting "ApprovalRequestEmailLanding". 该URL在“ C:\\ Program Files(x86)\\ Microsoft Visual Studio 12.0 \\ Release Management \\ services \\ web.config”文件中的“ ApprovalRequestEmailLanding”设置下进行配置。 I changed the value to correct url and it's working...! 我更改了值以更正网址,并且可以正常工作!! This could be a bug in the release management system. 这可能是发布管理系统中的错误。

May be this will be helpful for someone. 可能对某人会有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM