Den måndag 13 april 2015 kl. 06:40:20 UTC+2 skrev Christian Lövsund: > > Hi, > > Is there a way to disable the system email when doing a backup (either > from GUI or API call). > Getting "Server Backup Completed Successfully" is not very interesting, if > anything getting an email when failing would be more interesting. >
It might be a little overkill for this, but you could use mail2alert. https://github.com/magnus-lycka/mail2alert Mail2alert has a GoCD plugin in case you e.g. want to filter on pipeline group (which can't be seen in the email), but for the backup emails, you could simply use the email plugin to e.g. only let through the emails with "fail" in the subject line. -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
