Skip to content
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

Basic Sendgrid Transport Class #331

Merged
merged 3 commits into from
Aug 9, 2023
Merged

Conversation

tsmgeek
Copy link

@tsmgeek tsmgeek commented Feb 25, 2023

Basic SendgridSmtp class to support setting custom options via headers and also basic flag for click tracking.
We used this in production before we moved to a SendgridApi class but that has a dependency on the Sendgrid PHP Library which I am not sure if you would allow it, maybe by using a suggested dependency in composer?

*
* @var bool
*/
protected $clickTracking = false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be private?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my thought was just if someone wanted to extend it, they could do that via the constructor though

@develart-projects develart-projects merged commit 85b51a7 into Shardj:master Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants