Documentation
¶
Overview ¶
Package email provides the email utilities for minder
Index ¶
Constants ¶
View Source
const ( // TopicQueueInviteEmail is the topic for sending invite emails TopicQueueInviteEmail = "invite.email.event" // BodyMaxLength is the maximum length of the email body BodyMaxLength = 10000 // MaxFieldLength is the maximum length of a string field MaxFieldLength = 200 // DefaultMinderTermsURL is the default terms URL for minder DefaultMinderTermsURL = "https://stacklok.com/stacklok-terms-of-service" // DefaultMinderPrivacyURL is the default privacy URL for minder DefaultMinderPrivacyURL = "https://stacklok.com/privacy-policy/" )
Variables ¶
View Source
var ErrValidationFailed = errors.New("validation failed")
ErrValidationFailed is returned when the template data source fails validation
Functions ¶
func NewErrValidationFailed ¶ added in v0.0.73
NewErrValidationFailed creates a new error for failed validation
Types ¶
Directories
¶
Path | Synopsis |
---|---|
Package awsses provides the email utilities for minder
|
Package awsses provides the email utilities for minder |
Package noop provides a noop email utilities for minder
|
Package noop provides a noop email utilities for minder |
Package sendgrid provides the email utilities for minder using SendGrid
|
Package sendgrid provides the email utilities for minder using SendGrid |
Click to show internal directories.
Click to hide internal directories.