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

[5.3] Allow SparkPost transport transmission options to be set at runtime #16254

Merged

Conversation

djtarazona
Copy link
Contributor

This PR addresses this comment and will allow developers to set the SparkPost transmission options at runtime:

app('swift.transport')->driver('sparkpost')->setOptions([
    'open_tracking' => false,
    'click_tracking' => false,
    'transactional' => true,
]);

@djtarazona djtarazona changed the title [5.3] Allow SparkPost transports options to be set at runtime [5.3] Allow SparkPost transport transmission options to be set at runtime Nov 3, 2016
@taylorotwell taylorotwell merged commit 1c7f122 into laravel:5.3 Nov 4, 2016
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.

None yet

2 participants