Async SMTP client
Requirements
- PHP 7.3
- ext-hash
- ext-json
In addition for non-blocking contexts one of the following event libraries should be installed:
composer require harmonyio/smtp-client
The following authentication methods are currently implemented:
PLAIN
LOGIN
CRAM-MD5
The following SMTP extensions are currently implemented:
- Authentication (
AUTH
) - MessageSizeDeclaration (
SIZE
)