Skip to content

Commit fc86646

Browse files
docs(send-email): update DEFAULT_FROM
1 parent d597c23 commit fc86646

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

firestore-send-email/extension.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ params:
108108
validationErrorMessage: Must be a valid email address
109109
required: true
110110
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>
111+
The email address to use as the sender's address (if it's not specified in the added email document).
112+
You can optionally include a name with the email address (Friendly Firebaser <foobar@example.com>).
113+
example: foobar@example.com
113114

114115
- param: DEFAULT_REPLY_TO
115116
type: string

0 commit comments

Comments
 (0)