Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexopenline committed Aug 9, 2024
1 parent 65c7e19 commit 2338fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func buildRequest(email string) mailvalidate.EmailValidationRequest {
Email: email,
FromDomain: fromDomain,
FromEmail: fmt.Sprintf("%s.%s@%s", firstname, lastname, fromDomain),
CatchAllTestUser: fmt.Sprintf("%s@%S", mailvalidate.GenerateCatchAllUsername(), recipientDomain),
CatchAllTestUser: fmt.Sprintf("%s@%s", mailvalidate.GenerateCatchAllUsername(), recipientDomain),
ValidateFreeAccounts: validateFreeAccounts,
ValidateRoleAccounts: validateRoleMailboxes,
}
Expand Down

0 comments on commit 2338fc1

Please sign in to comment.