Skip to content

Commit 610dde2

Browse files
committed
docs: add sender email to example
1 parent 069cde4 commit 610dde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ void main() async {
5050
// 3. Use the client to send an email
5151
try {
5252
await emailClient.sendTransactionalEmail(
53+
senderEmail: '[email protected]',
5354
recipientEmail: '[email protected]',
5455
templateId: 'd-your-template-id',
5556
templateData: {'name': 'World'},

0 commit comments

Comments
 (0)