mfbx9da4 / deep-email-validator

Validates regex, typos, disposable, dns and smtp
MIT License
868 stars 90 forks source link

Is there a reason why there is no option for SMTP timeout time? #67

Open liesislukas opened 1 year ago

liesislukas commented 1 year ago

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