We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Validator says this email is valid, but when I trying send mail through aws.SES, there is error InvalidParameterValue: Missing local name.
aws.SES
InvalidParameterValue: Missing local name
But why this is valid email?
const validator = require("validator"), email = `""@example.com`; console.log(validator.isEmail(email)); // true