You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
liesislukas
changed the title
Is there a reason why there is no option for SMTP port & SMTP timeout time?
Is there a reason why there is no option for SMTP timeout time?
Mar 12, 2023
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
The text was updated successfully, but these errors were encountered: