Download the PHP package brbunny/brmailer without Composer

On this page you can find all versions of the php package brbunny/brmailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package brmailer

BRMAILER @BrBunny

Maintainer PHP from Packagist Latest Version Software License Total Downloads

BrMailer is a component for handling emails using PHPMAILER.

Installation

BrMailer is available through Composer:

or run

Documentation

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

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

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

Bootstrap

To send email to just one recipient, add the destination email as a parameter in the bootstrap() function. However, you can add it with the addAddress() function or both together.

Para enviar e-mail para apenas um destinatário, adicione o e-mail de destino como parâmetro da função bootstrap(). No entanto, você pode adicioná-lo com a função addAddress() ou os ambos juntos.

Template

Now you can assemble your html email template using BrPlates, create the template using the template() method. For more details access the sample folder and see how it works or visit BrPlates.

Agora você pode montar seu template de e-mail html usando BrPlates, basta criar o template usando o método template(). Para mais detalhes acesse a pasta de exemplo e veja como funciona ou visite BrPlates.

AddAddress

If you do not enter email as a parameter in the bootstrap function, you must use the addAddress() function.

Se você não inserir email como um parâmetro na função bootstrap, você deve usar a função addAddress().

AddCC

If you use the addAddress() or addCC() function to add more than one recipient, they will know who received the message.

Caso use função addAddress() ou addCC() para adicionar mais de um destinatário, os mesmos terão conhecimento de quem recebeu a mensagem.

AddBCC

The addBCC() function sends the email to more than one person, without one knowing that the other is receiving the same message.

A função addBCC() envia o e-mail para mais de uma pessoa, sem que uma saiba que a outra está recebendo a mesma mensagem.

Attachment
Send E-mail

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of brmailer with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-pdo Version >=7.2
phpmailer/phpmailer Version 6.*
brbunny/brplates Version 1.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package brbunny/brmailer contains the following files

Loading the files please wait ....