We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8ce587 + cacbc69 commit bb5d37fCopy full SHA for bb5d37f
injectionapi/sendvalidator.go
@@ -40,7 +40,7 @@ func (sendValidator) ValidateBasicMessage(basicMessage message.BasicMessage) (re
40
response.Result = SendResultEMAILADDRESSVALIDATIONINVALIDFROM
41
42
} else if !isValidBasicMessage(basicMessage) {
43
- response.Result = SendResultRECIPIENTVALIDATIONINVALIDREPLYTO
+ response.Result = SendResultEMPTYMESSAGE
44
45
} else if !isValidBasicMessageCustomHeaders(basicMessage) {
46
response.Result = SendResultMESSAGEVALIDATIONINVALIDCUSTOMHEADERS
0 commit comments