PHPackages                             edywladson/sendmail - 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. edywladson/sendmail

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

edywladson/sendmail
===================

Library that makes it easy to send email (Biblioteca que facilita o envio de e-mail)

1.0.0(5y ago)06MITPHPPHP ^7.1

Since Dec 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/edywladson/sendmail)[ Packagist](https://packagist.org/packages/edywladson/sendmail)[ Docs](https://github.com/edywladson)[ RSS](/packages/edywladson-sendmail/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

SendMail
========

[](#sendmail)

[![Maintainer](https://camo.githubusercontent.com/653e6b962be8b569afd944aad550c41750b38dd8ecc0473eff43289a1b819183/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d40656479776c6164736f6e2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/edywladson)[![Source Code](https://camo.githubusercontent.com/517cbf1c53fddeee7c2866f76ea2fb0195c66ccce7fabc3e8bb597f188d7a195/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d656479776c6164736f6e2f73656e646d61696c2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/edywladson/sendmail)[![PHP from Packagist](https://camo.githubusercontent.com/9b67fac9fabe19aaf63727ed8eab38056f15df9f129c71fcc1cdae4c129cfe1f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f656479776c6164736f6e2f73656e646d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/edywladson/sendmail)[![Latest Version](https://camo.githubusercontent.com/7f7f529cf438b448355085dfa956b71580552b65aea1b01802c47b8114fc781b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f656479776c6164736f6e2f73656e646d61696c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/edywladson/sendmail/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build](https://camo.githubusercontent.com/0d0d9436d644466c2438ea3bac0827442420f608b9e30f4bb521fed66d8e884e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f656479776c6164736f6e2f73656e646d61696c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/edywladson/sendmail)[![Quality Score](https://camo.githubusercontent.com/49d4d794db6d9a79617e29f302a0007353d7c886a026cd34eb79a84efab03968/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f656479776c6164736f6e2f73656e646d61696c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/edywladson/sendmail)[![Total Downloads](https://camo.githubusercontent.com/bac235442a1293c54cbc39455c110c85a0f95cffa3bfa49768ef8200c2d2f6f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656479776c6164736f6e2f73656e646d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cedywladson/sendmail)

###### SendMail is a small component that facilitates sending emails. Simple and easy to use, just enter the data and you're done.

[](#sendmail-is-a-small-component-that-facilitates-sending-emails-simple-and-easy-to-use-just-enter-the-data-and-youre-done)

SendMail é um pequeno componente que facilita o envio de e-mails. Simples e fácil de usar, basta inserir os dados e pronto.

### Highlights

[](#highlights)

- Simple installation (Instalação simples)
- Easy to use and send email (Fácil utilização e envio de e-mail)
- Composer ready and PSR-2 compliant (Pronto para o composer e compatível com PSR-2)

Installation
------------

[](#installation)

Uploader is available via Composer:

```
"edywladson/sendmail": "^1.0"
```

or run

```
composer require edywladson/sendmail
```

Documentation
-------------

[](#documentation)

###### For details on how to use, see a sample folder in the component directory. In it you will have an example of use for each class. It works like this:

[](#for-details-on-how-to-use-see-a-sample-folder-in-the-component-directory-in-it-you-will-have-an-example-of-use-for-each-class-it-works-like-this)

Para mais detalhes sobre como usar, veja uma pasta de exemplo no diretório do componente. Nela terá um exemplo de uso para cada classe. Ele funciona assim:

#### User endpoint:

[](#user-endpoint)

```
