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

Custom/Unique argument not received on sendgrid #153

Open
iambpuranik opened this issue Mar 16, 2021 · 2 comments
Open

Custom/Unique argument not received on sendgrid #153

iambpuranik opened this issue Mar 16, 2021 · 2 comments

Comments

@iambpuranik
Copy link

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",
],
]);

@Jarrod-Stone
Copy link

Jarrod-Stone commented Mar 19, 2021

I was also having this issue, and alwintoms solution registering the service provider manually fixed it for me.

#133

@iambpuranik
Copy link
Author

@Jarrod-Stone tried but still not working.

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

No branches or pull requests

2 participants