smtp-validate-email
smtp-validate-email copied to clipboard
Alternative port
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)?
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
Thank you. If it's supported but not documented, I would just suggest documenting the feature.