Skip to content

This bundle provides services for convinient sending of e-mails.

License

Notifications You must be signed in to change notification settings

vaniocz/vanio-mailing-bundle

Repository files navigation

Vanio Mailing Bundle

Build Status Coverage Status PHP7 License

Installation

Installation can be done as usually using composer. composer require vanio/vanio-mailing-bundle

Next step is to register this bundle as well as bundles it depends on inside your AppKernel.

// app/AppKernel.php
// ...

class AppKernel extends Kernel
{
    // ...

    public function registerBundles(): array
    {
        $bundles = [
            // ...
            new Symfony\Bundle\TwigBundle\TwigBundle,
            new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle,
            new Vanio\UserBundle\VanioMailingBundle,
        ];

        // ...
    }
}

About

This bundle provides services for convinient sending of e-mails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages