Update lib/nodemailer/index.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Mr. Algorithm 2025-10-04 01:06:12 +05:30 committed by GitHub
parent ec8033df06
commit 93ddf55f01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export const sendWelcomeEmail = async ({email, name, intro} : WelcomeEmailData)
const mailOptions = {
from: `"Openstock" <opendevsociety@gamil.com>`,
from: `"Openstock" <opendevsociety@gmail.com>`,
to: email,
subject: 'Welcome to OpenStock - your open-source stock market toolkit',
text: 'Thanks for joining Openstock and believing in this initiative by Open Dev Society',