Skip to content

Commit

Permalink
feat(tem): add spam flag (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Jul 26, 2023
1 parent 347472f commit 0ba9869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/tem/v1alpha1/tem_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ const (
EmailFlagSoftBounce = EmailFlag("soft_bounce")
// Refers to a critical error that happened while sending the email(s)
EmailFlagHardBounce = EmailFlag("hard_bounce")
// Refers to an email considered as spam
EmailFlagSpam = EmailFlag("spam")
)

func (enum EmailFlag) String() string {
Expand Down

0 comments on commit 0ba9869

Please sign in to comment.