-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Added headers manually to override error #791
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
Conversation
I was getting the following issue:
`RuntimeError: Mailgun API error: 400 b'{\n "message": "\'from\' parameter is missing"\n}'`,
Providing custom header for `Content-Type` was the solution.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! |
|
CLAs look good, thanks! |
|
@underscoredam this looks good, but the lines are now too long. Can you break them up so they're under 80 characters? |
|
Thanks @jonparrott ! |
|
@underscoredam no, thank you! 👍 |
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
I was getting the following issue:
RuntimeError: Mailgun API error: 400 b'{\n "message": "\'from\' parameter is missing"\n}',Providing custom header for
Content-Typewas the solution.