JetBrains / TeamCity.SESPlugin

Amazon SES integration for TeamCity
Apache License 2.0
2 stars 4 forks source link

What is this plugin for? #14

Closed ralsu091 closed 5 years ago

ralsu091 commented 5 years ago

I was looking for a plugin that will use SES to send email notifications on build failures. Does this plugin offer this functionality?

Thanks, Rayan

Linfar commented 5 years ago

Hello

Email notifications are part of bundled TeamCity plugins and can be used with or without SES plugin. Please refer to TeamCity documentation to configure them.

SES plugin only tracks email bounces to temporary block sending notifications in case user has marked the notification as spam, has invalid email address, etc. You can use Amazon SES to send email notifications without SES plugin - using SMTP protocol.

ralsu091 commented 5 years ago

Hi @Linfar, I totally missed it! Thanks for your response.