Thanks to visit codestin.com Credit goes to github.com
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.
1 parent bb84a36 commit ffe522fCopy full SHA for ffe522f
appengine/standard/mailgun/main.py
@@ -71,7 +71,7 @@ def send_complex_message(recipient):
71
}
72
73
resp, content = http.request(
74
- url, 'POST', urlencode(data),
+ url, 'POST', urlencode(data),
75
headers={"Content-Type": "application/x-www-form-urlencoded"})
76
77
if resp.status != 200:
0 commit comments