Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEmailNotifier ¶ added in v1.0.3
func NewEmailNotifier() internal_models.Notifier
NewEmailNotifier creates a new EmailNotifier.
Types ¶
type EmailNotifier ¶ added in v1.0.3
type EmailNotifier struct{}
EmailNotifier implements internal_models.Notifier using SMTP email.
func (*EmailNotifier) SendPublishedURLNotification ¶ added in v1.0.3
func (n *EmailNotifier) SendPublishedURLNotification(publishedURL *url.URL, title string) error
SendPublishedURLNotification sends an email notification with the published URL using environment variables defined in terraform/job.tf
Click to show internal directories.
Click to hide internal directories.