harmonyio/smtp-client

Asynchronous SMPT client

v0.0.2 2019-01-14 18:05 UTC

This package is auto-updated.

Last update: 2024-04-20 03:58:13 UTC


README

Latest Stable Version Build Status Build status Coverage Status License

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:

Installation

composer require harmonyio/smtp-client

Implementation

Authentication

The following authentication methods are currently implemented:

  • PLAIN
  • LOGIN
  • CRAM-MD5

SMTP Extensions

The following SMTP extensions are currently implemented:

  • Authentication (AUTH)
  • MessageSizeDeclaration (SIZE)