Skip to content

Commit 46fecf1

Browse files
committed
feat(README): add subject parameter to sendOtpEmail function
- Include 'subject' parameter in the emailRepository.sendOtpEmail call - This enhancement allows for a more personalized and clear email subject
1 parent f5a276c commit 46fecf1

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
@@ -59,6 +59,7 @@ try {
5959
await emailRepository.sendOtpEmail(
6060
senderEmail: '[email protected]',
6161
recipientEmail: '[email protected]',
62+
subject: 'Your One-Time Password',
6263
otpCode: '123456',
6364
templateId: otpTemplateId,
6465
);

0 commit comments

Comments
 (0)