deep-email-validator
deep-email-validator copied to clipboard
Is there a reason why there is no option for SMTP timeout time?
trafficstars
i see it's hardcoded 10 seconds for smtp timeout https://github.com/mfbx9da4/deep-email-validator/blob/master/src/smtp/smtp.ts#L12
and port is always 25
https://github.com/mfbx9da4/deep-email-validator/blob/master/src/smtp/smtp.ts#L16