-
Notifications
You must be signed in to change notification settings - Fork 582
Disable (or set) tracking #273
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
Comments
Thanks for the detailed report! There is now an open pull request (see above) to fix this issue. Please track there. Thanks! |
Hi @thinkingserious thanks for the quick response. About that issue, I see a reference to error Is there a way to catch those from output of dynamic response = sg.client.mail.send.post(requestBody: mail.Get()); |
Please keep an eye on this repo, I'll be adding a TROUBLESHOOTING.md file that explains how to use a Try/Catch block to grab the error message from the server. Thanks! |
Fixed: #293 Will be updated to Nuget as version 8.0.2. Here are the instructions on how to grab the errors: https://github.com/sendgrid/sendgrid-csharp/blob/master/TROUBLESHOOTING.md#error-messages |
Minor adjustment
Issue Summary
I'm trying to improve my deliverability, and one thing I have seen in report of tool like mail-tester.com is that I use tracking with my email by default and some point are taken off because of that.
I have a base setup that work. However when trying to add tracking option configuration Sendgrid answer with 400 bad request. Removing the tracking configuration, everything work fine.
I've tried to add/remove different bit and pieces, each time having a bad request error. In term of communicating what need to be fixed, sendgrid is one of the least verbose api we use and it's a bit frustrating to work with.
Here's my latest attempt
And it would be used like so
Technical details:
The text was updated successfully, but these errors were encountered: