如何在 VSTS 中部署后(在 CD 管道中)自动触发带有自定义消息的电子邮件通知

How do I automatically trigger email notification with custom message after deployment (in CD pipeline) in VSTS

我有一个带有 Azure 部署任务的 CD 管道,我想在成功部署后触发向开发人员发送电子邮件通知,但带有自定义消息。我研究了 'Send Email' 任务,但它需要一个 SMTP 服务器(比如 google SMTP)。 VSTS 中是否有触发邮件的功能?

您可以使用 SendGrid Email extension. You would need a SendGrip API key (hence a SendGrid account) but you can create one for free on Azure

每月将限制为 25000 封电子邮件,但应该足够了。如果不是,您可以立即升级您的计划

希望对你有所帮助:)

您似乎正在使用 Send Email task developed by DutchWorkz B.V.

您可以使用 Send Email task developed by Rene van Osnabrugge (Xpirit),只需指定电子邮件地址、主题和电子邮件正文即可。