-
Notifications
You must be signed in to change notification settings - Fork 623
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
PHP Mail Helper Refactor #434
Comments
Hi the rewrite is very welcome. When looking at this php class |
Please see this comment regarding making parameters optional. |
Hello Everyone! @COil @zanderwar @caseyw @izhukovich @Tzafra @senorgeno @vitya1 @Braunson @cbschuld @paoga87 @Taluu @mazanax @ninsuo @ianh2 @WadeShuler @jaimehing @KnightAR Development on the SendGrid PHP Mail Helper Refactor is underway on this branch. The example in The next step over the next few days is to implement the Kitchen Sink example and then implement the corresponding tests. I will then look at the issues that are linked (e.g. #321). Then, I should be able to release v7.0.0 shortly afterwards to Packagist. Your feedback during this home stretch is greatly appreciated! I want to make sure we have a solid v7.0.0 base from which to iterate on. Thanks! With Best Regards, Elmer |
Issue Summary
An interface to easily interact with the
mail/send
endpoint of the SendGrid v3 Web API.The specification for this project is here and the discussion around this specification can be found here.
Acceptance Criteria
All of the use cases defined here are implemented and all corresponding tests are passing.
The text was updated successfully, but these errors were encountered: