Update lib/nodemailer/index.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
ec8033df06
commit
93ddf55f01
|
|
@ -17,7 +17,7 @@ export const sendWelcomeEmail = async ({email, name, intro} : WelcomeEmailData)
|
||||||
|
|
||||||
|
|
||||||
const mailOptions = {
|
const mailOptions = {
|
||||||
from: `"Openstock" <opendevsociety@gamil.com>`,
|
from: `"Openstock" <opendevsociety@gmail.com>`,
|
||||||
to: email,
|
to: email,
|
||||||
subject: 'Welcome to OpenStock - your open-source stock market toolkit',
|
subject: 'Welcome to OpenStock - your open-source stock market toolkit',
|
||||||
text: 'Thanks for joining Openstock and believing in this initiative by Open Dev Society',
|
text: 'Thanks for joining Openstock and believing in this initiative by Open Dev Society',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue