Skip to content

Commit

Permalink
451 4.3.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbr0wn authored and alexopenline committed Aug 23, 2024
1 parent d13c8e4 commit 2fb42e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailvalidate/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func handleSmtpResponses(resp EmailValidation) EmailValidation {
resp.ErrorCode = ""
resp.Description = ""
}
if resp.ErrorCode == "4.7.1" {
if resp.ErrorCode == "4.7.1" || resp.ErrorCode == "4.3.2" {
resp.RetryValidation = true
}
if resp.ErrorCode == "4.4.4" {
Expand Down

0 comments on commit 2fb42e4

Please sign in to comment.