SMTPConnectCheck
class SMTPConnectCheck implements EnvironmentCheck (View source)
Checks if the SMTP connection configured through PHP.ini works as expected.
Only checks socket connection with HELO command, not actually sending the email.
Properties
protected | string | $host | ||
protected | int | $port | ||
protected | int | $timeout | Timeout (in seconds). |
Methods
public
__construct(null|string $host = null, null|int $port = null, int $timeout = 15)
No description
Details
__construct(null|string $host = null, null|int $port = null, int $timeout = 15)
No description
array
check()
No description