-
Notifications
You must be signed in to change notification settings - Fork 15
Issue with installation #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I edited the service id at vendor/expertcoder/swiftmailer-send-grid-bundle/src/Resources/Services.xml from swiftmailer.mailer.default.transport.expertcoder_swift_mailer.send_grid to expertcoder_swift_mailer.send_grid. Let me know how to solve this permanently |
@marvoh can you give us more details please. Can you also check that you have set the right configuration like so: swiftmailer:
transport: expertcoder_swift_mailer.send_grid |
Sorry for the scant information. I am using symfony verion 3.4.13 and v2 of the bundle. I have also encountered another issue when trying to send an email. Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Mail" from namespace "SendGrid". Did you forget a "use" statement for e.g. "SendGrid\Mail\Mail" or "SendGrid\mail\Mail"?" at /vendor/expertcoder/swiftmailer-send-grid-bundle/src/Services/SendGridTransport.php line 100 |
Can you give your configuration from config_dev.yml and config.yml ? |
Same problem here with Symfony 3.4 and bundle 2.1. Actually the name of the transport service appears to be different, in fact it is So change the configuration as follows:
Hope this can help |
I'm getting error below after installation. What could be the issue
Unable to replace alias "swiftmailer.mailer.default.transport.real" with actual definition "expertcoder_swift_mailer.send_grid".
The text was updated successfully, but these errors were encountered: