We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
So I am following the example code in the repo and attempt to send email to multiple recipients using multiple substitution values like so:
header.setTos(['[email protected]', '[email protected]', ....); header.addSubstitution('{{token}}', ['...', '...', '1fccc78932657d7d024521eee12a90', '...']);
The emails are being delivered successfully but the tokens are sometimes set randomly with space around it (e.g. "1fccc78932657d7d024521 eee12a90")
Checked the actual payload being sent to the server and I can verify that the token values do not contain spaces.
The text was updated successfully, but these errors were encountered:
Maybe related to this sendgrid/sendgrid-php#37 ?
Sorry, something went wrong.
Hi @dennyriadi,
I don't think issue #37 is related.
I believe this issue is best supported by our support team as I don't believe this is a SDK/library level issue.
Thanks!
With Best Regards,
Elmer
Closing as this was marked as a non-library issue.
No branches or pull requests
Issue
So I am following the example code in the repo and attempt to send email to multiple recipients using multiple substitution values like so:
The emails are being delivered successfully but the tokens are sometimes set randomly with space around it (e.g. "1fccc78932657d7d024521 eee12a90")
Checked the actual payload being sent to the server and I can verify that the token values do not contain spaces.
Technical details:
The text was updated successfully, but these errors were encountered: