We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am passing the "p_user_id" as follows but "p_user_id" is not received at the SendGrid end. (Integrated into the Mailable as per - https://github.com/s-ichikawa/laravel-sendgrid-driver#use-in-mailable)
snippet - $this->view('test') ->subject('test') ->from('no-reply@test.com') ->to(['test@test.com']) ->sendgrid([ 'custom_args' => [ 'p_user_id' => "123456", ], ]);
The text was updated successfully, but these errors were encountered:
I was also having this issue, and alwintoms solution registering the service provider manually fixed it for me.
#133
Sorry, something went wrong.
@Jarrod-Stone tried but still not working.
No branches or pull requests
Hi,
I am passing the "p_user_id" as follows but "p_user_id" is not received at the SendGrid end.
(Integrated into the Mailable as per - https://github.com/s-ichikawa/laravel-sendgrid-driver#use-in-mailable)
snippet -
$this->view('test')
->subject('test')
->from('no-reply@test.com')
->to(['test@test.com'])
->sendgrid([
'custom_args' => [
'p_user_id' => "123456",
],
]);
The text was updated successfully, but these errors were encountered: