Skip to content

Commit

Permalink
feat(tem): add MX blackhole constant (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
yfodil authored Oct 30, 2023
1 parent 373cb68 commit 0dc5e63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/tem/v1alpha1/tem_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const (
SMTPPortAlternative = 2587
SMTPSPort = 465
SMTPSPortAlternative = 2465

MXBlackhole = "blackhole.scw-tem.cloud."
)

// WaitForDomainRequest is used by WaitForDomain method
Expand Down

0 comments on commit 0dc5e63

Please sign in to comment.