You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the bundle (Symfony4, Flex), looks very helpful.
Can you add some documentation for how to do some simple things, like getting the list of bounced emails, or sending a message through SwifterMailer+SendGrid using the bundle?
I'm not all that familiar with either SwiftMailer or SendGrid, but I'll be able to figure out how to use those components once I understand better how to access those services through this bundle. In particular, do I need a Guzzle/SendGridClient? I'm porting a Symfony2 application that used that, and am not sure how to use this bundle to access the SendGrid API.
The text was updated successfully, but these errors were encountered:
If you want to view information about bounced emails etc, I am sure there is a SendGrid web console where you could view this kind of information. If you wanted to access bounced email or other information pragmatically (eg via your PHP code), I believe this PHP Library could aid with this https://github.com/sendgrid/sendgrid-php
I'm not an active user or contributor to this bundle at the moment, and not sure how clear the documentation is. Perhaps an active contributor might want to put a simple example there?
@tacman Unfortunately there are sometimes bundles/libraries out there that require a bit of intuition or experimentation to use as no one had had the chance to write concise documentation.
Once configured if you need to send simple email it's all about SwiftMailer, so please refer to this page https://symfony.com/doc/current/email.html (and just ommit the suggested configuration part because you should already have done it when installed).
Also remember that there is a PR (symfony/recipes-contrib#454) pending that solve an issue (#14) if you used the recipe.
I've installed the bundle (Symfony4, Flex), looks very helpful.
Can you add some documentation for how to do some simple things, like getting the list of bounced emails, or sending a message through SwifterMailer+SendGrid using the bundle?
I'm not all that familiar with either SwiftMailer or SendGrid, but I'll be able to figure out how to use those components once I understand better how to access those services through this bundle. In particular, do I need a Guzzle/SendGridClient? I'm porting a Symfony2 application that used that, and am not sure how to use this bundle to access the SendGrid API.
The text was updated successfully, but these errors were encountered: