Skip to content

Commit b2f471b

Browse files
committed
docs(README): add missing subject parameter in email example
- Added the 'subject' parameter to the sendTransactionalEmail function in the README.md example - This change improves the clarity and completeness of the example, ensuring users have all necessary information to send an email
1 parent b17d648 commit b2f471b

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
@@ -52,6 +52,7 @@ void main() async {
5252
await emailClient.sendTransactionalEmail(
5353
senderEmail: '[email protected]',
5454
recipientEmail: '[email protected]',
55+
subject: 'Your Subject Here',
5556
templateId: 'd-your-template-id',
5657
templateData: {'name': 'World'},
5758
);

0 commit comments

Comments
 (0)