Skip to content

Commit 0e70bf7

Browse files
committed
fix(email): add sender email to sendOtpEmail
- Added `senderEmail` parameter. - Improved email sending reliability.
1 parent d1d35a0 commit 0e70bf7

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
@@ -58,6 +58,7 @@ const otpTemplateId = 'd-123456789'; // This would come from config
5858
// Now you can use the repository methods
5959
try {
6060
await emailRepository.sendOtpEmail(
61+
senderEmail: '[email protected]',
6162
recipientEmail: '[email protected]',
6263
otpCode: '123456',
6364
templateId: otpTemplateId,

0 commit comments

Comments
 (0)