swiftmailer-mailgun-bundle icon indicating copy to clipboard operation
swiftmailer-mailgun-bundle copied to clipboard

Swiftmailer Mailgun transport as a Symfony bundle

Results 16 swiftmailer-mailgun-bundle issues
Sort by recently updated
recently updated
newest added

I was using v0.3.1 from now on (started with a Symfony 2.8 at the time), and now I wanted to upgrade to v1.2, while my Symfony version is 3.4. But...

- adapt configs of Symfony 3.4 and 4.1 - describe usage with DependencyInjection

With a very basic symfony app (based on the Symfony4.2 demo, all started plugins), I'm having difficult configuring the bundle. I can install it, but can't install an adapter. The...

I tried to install it with symfony 4.2 but it display me a long list of errors and don't have idea how to fix. ``` composer require cspoo/swiftmailer-mailgun-bundle php-http/guzzle5-adapter Using...

Could you provide some information in the `README.md` on how to configure this bundle in Symfony 4? Until now I run into the same issue as others have: - [The...

Hi! Could you make a final decision about the license? composer.json tells `"license" : "GPL-2.0-or-later",` shield in the README file tells `MIT`. Thank you!

We tried as per documentation and symfony is exploding when trying to send email. It says that the "mailgun" transport is not a default transport. To make it work we...

Hi! I installed everything and Im getting this error whenever I want to run a command. I'm running Symfony 4 and this version of the lib **"name": "cspoo/swiftmailer-mailgun-bundle", "version": "1.1.0",**...

Hi I'm on Symfony 4.1 and trying several times to get this bundle working. My problem is: The Swiftmailer transporter is never set to MailgunTransporter but always SpoolTransporter instead.. Of...

How I can use , if I want multi domain and key ? thanks

enhancement