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 d597c23 commit fc86646Copy full SHA for fc86646
firestore-send-email/extension.yaml
@@ -108,8 +108,9 @@ params:
108
validationErrorMessage: Must be a valid email address
109
required: true
110
description: >-
111
- The email address to use as the sender's address (if it's not specified in the added email document).
112
- example: Friendly Firebaser <foobar@example.com>
+ The email address to use as the sender's address (if it's not specified in the added email document).
+ You can optionally include a name with the email address (Friendly Firebaser <foobar@example.com>).
113
+ example: foobar@example.com
114
115
- param: DEFAULT_REPLY_TO
116
type: string
0 commit comments