GoogleCloudPlatform / GoogleCloudPlatform/cloud-build-notifiers
Subject not working for SMTP Notifier
Open
- Dominant language
- Go
- Stars
- 157
- Forks
- 144
- Avg merge
- 1h 34m
- Merged PRs (30d)
- 1
Description
Tried with this simple example but the default subject gets applied to the email subject.
`
delivery:
server: smtp.gmail.com
port: "587"
subject: "{{ .Build.Substitutions.REPO_NAME }}"
`
Contributor guide
Assessment
This issue has not been assessed yet.