PHPackages                             simpraight/lwmail - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. simpraight/lwmail

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

simpraight/lwmail
=================

Light-Weight Mail Library

v0.1(12y ago)015MITPHPPHP &gt;=5.3.3

Since Mar 12Pushed 12y ago1 watchersCompare

[ Source](https://github.com/simpraight/lwmail)[ Packagist](https://packagist.org/packages/simpraight/lwmail)[ RSS](/packages/simpraight-lwmail/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

lwmail
======

[](#lwmail)

Light Weight Mail

*The currently is the beta version.*

This library is used to perform the e-mail transmission easily in PHP. Protocol currently supported are as follows.

- POP3 (+SSL)
- SMTP (+SSL,TLS and STARTTLS)
- SMTP-AUTH (PLAIN, LOGIN, CRAM-MD5)

It is made for use in simple and lightweight in a Japanese environment.

Install
-------

[](#install)

please appended to composer.json.

```
require: {
  "simpraight/lwmail": "*"
}

```

and run command `composer.phar install` or `composer.phar update`

Then, it describes the following file.

```
