PHPackages                             brbunny/brmailer - 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. brbunny/brmailer

ActiveLibrary

brbunny/brmailer
================

BrMailer is a component for handling email using PHPMAILER

v1.1.4(3y ago)185↓100%MITPHPPHP &gt;=7.2

Since Jan 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kevind3v/brmailer)[ Packagist](https://packagist.org/packages/brbunny/brmailer)[ RSS](/packages/brbunny-brmailer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (10)Used By (0)

BRMAILER @BrBunny
=================

[](#brmailer-brbunny)

[![Maintainer](https://camo.githubusercontent.com/be6db128ebeba97c9e8c4461f81e280ea1ee0dc5ee0f5c21c386ac8df2448144/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d406b6576696e6433762d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/kevind3v)[![PHP from Packagist](https://camo.githubusercontent.com/3f8dbfc97d3666bf9c02c1d761561f78eeb235b232e0ff8218049fa7d115733d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f627262756e6e792f62726d61696c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brbunny/brmailer)[![Latest Version](https://camo.githubusercontent.com/12691d5d34e7e1e1917c958872ace777abfeb14a605f5c67747e3d9e8263594e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6b6576696e6433762f62726d61696c65722e7376673f7374796c653d666c61742d737175617265)](https://github.com/kevind3v/brmailer/releases/)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/kevind3v/brmailer/blob/main/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/7740ff350eafe2550839c1db229f89564ec5bb35a1b5ca7a1b1aad1cc189a134/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f627262756e6e792f62726d61696c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brbunny/brmailer)

BrMailer is a component for handling emails using PHPMAILER.

#### Installation

[](#installation)

BrMailer is available through Composer:

```
"brbunny/brmailer": "1.1.*"
```

or run

```
composer require brbunny/brmailer
```

#### Documentation

[](#documentation)

For more details on how to use BrMailer, see the example folder with details in the component directory

##### Configuration

[](#configuration)

*To begin using BrMailer we need to configure the email data. Put constant `BRMAILER` in your project's configuration file and change the values according to your preference. To learn more visit [Component PHPMailer](https://packagist.org/packages/phpmailer/phpmailer)*

Para começar a usar o BrMailer precisamos configurar os dados do e-mail. Coloque constante `BRMAILER` no arquivo de configuração do seu projeto e mude os valores de acordo com sua preferência. Para saber mais visite [Componente PHPMailer](https://packagist.org/packages/phpmailer/phpmailer)

```
