smtp-validate-email icon indicating copy to clipboard operation
smtp-validate-email copied to clipboard

Alternative port

Open tcdaly opened this issue 4 years ago • 2 comments

Is there any way of asking the validator to use an alternative port when connecting to the remote SMTP server (i.e. a port other than 25)?

tcdaly avatar Jul 17 '20 11:07 tcdaly

There should be, yes: https://github.com/zytzagoo/smtp-validate-email/blob/master/tests/Unit/ValidatorTest.php#L113-L120 https://github.com/zytzagoo/smtp-validate-email/blob/master/src/Validator.php#L1125

zytzagoo avatar Jul 18 '20 01:07 zytzagoo

Thank you. If it's supported but not documented, I would just suggest documenting the feature.

tcdaly avatar Jul 24 '20 16:07 tcdaly