mailjet / MailjetSwiftMailer

A SwiftMailer transport implementation for Mailjet
MIT License
26 stars 23 forks source link

Issue Mailjet #11

Closed shemzo closed 6 years ago

shemzo commented 6 years ago

hello , i have an issue i get an error message when i load the page that sends my message : Uncaught exception 'Symfony\Component\DependencyInjection\Exception\InvalidArgumentException' with message 'There is no extension able to load the configuration for "swiftmailer.mailer.transport.mailjet" thanks

Nightbr commented 6 years ago

Hi, can you describe your configuration and environment (your framework and version). Add to that, can you give us the version of SwiftMailer you're using.

Thanks!

shemzo commented 6 years ago

hi , i m using symfony 3.3 and using the version 2.3.10 of Swiftmailer thank you for your response

Nightbr commented 6 years ago

Try to use the Symfony bundle to integrate mailjet with Symfony https://github.com/mailjet/mailjetBundle

it includes the transport mailjet already configured!

shemzo commented 6 years ago

okey thank you

Nightbr commented 6 years ago

Let me know if it works!

shemzo commented 6 years ago

it did solve the problem thank you