-
Notifications
You must be signed in to change notification settings - Fork 261
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
Example in documentation for parse helper doesn't work #399
Comments
Looks like it's having an issue parsing the email header portion. Can you please include an example of the inbound email request body so I can run further tests? |
I didn't have the service up anymore - the best I could do is send an email from the address I was using to send test emails to one of my other email addresses - hope this is helpful.
|
I was able to recreate this bug. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. |
For whoever gets around to working on this (I may try to open a PR later if I'm free), I dug around a little and think I figured out the cause of the issue (or at least the cause of an issue): sendgrid-go/helpers/inbound/inbound.go Line 36 in 52264b8
I wrote a quick program that logs the keys of the
Point being, there is no That also means that the documentation (specifically the "sample payload" snippet) here should be updated to reflect the actual payload shape. |
Issue Summary
The example in the readme for helper/inbound does not work.
Steps to Reproduce
Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: