harmonyio/smtp-client

Asynchronous SMPT client

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 2

Open Issues: 5

pkg:composer/harmonyio/smtp-client

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

This package is auto-updated.

Last update: 2025-10-20 06:55:47 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)