PHPackages                             puz/dynamic-mail - 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. puz/dynamic-mail

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

puz/dynamic-mail
================

Change Laravel mail driver configurations during runtime.

0.1.2(5y ago)916.9k↓33.3%3[4 issues](https://github.com/molteber/puz-dynamic-mail/issues)MITPHPPHP &gt;=5.6.4

Since Jul 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/molteber/puz-dynamic-mail)[ Packagist](https://packagist.org/packages/puz/dynamic-mail)[ RSS](/packages/puz-dynamic-mail/feed)WikiDiscussions master Synced 1mo ago

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

Puz - Dynamic Mail
==================

[](#puz---dynamic-mail)

*A laravel package for changing email setting in runtime.*

***Note:** I have set the requirements to 5.4 because it's the latest version. Have not tried the others nor made tests yet. If you want to use this package for earlier versions of laravel, create a issue and i'll make it possible, if the technique works.*

Install
-------

[](#install)

1. `composer require puz/dynamic-mail`
2. Add `\Puz\DynamicMail\DynamicMailServiceProvider::class,` to your list of active providers.
3. Add the facade to your list of aliases. You can either overwrite Laravels own facade (no worries, this package only extend the functionality) or you can add a new one specifically for dynamic mail configuration:

```
