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 c7dfb17 commit 93bfe99Copy full SHA for 93bfe99
packages/sample/emails/__main__.py
@@ -18,7 +18,7 @@ def main(args):
18
user_from = args.get("from")
19
user_to = args.get("to")
20
user_subject = args.get("subject")
21
- content = args.get("content", "this message was sent from the sendgrid API")
+ content = args.get("content")
22
23
if not user_from:
24
return {
0 commit comments