-
Notifications
You must be signed in to change notification settings - Fork 2
Week3 masoud #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Week3 masoud #6
Conversation
|
||
// send mail with defined transport object | ||
let info = await transporter.sendMail({ | ||
from: '"" <>', // sender address |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YOu leave the email info empty?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes you are right, because GItHub sent me a massage that It has security problem, I used real data from one of my server than was my customer, so I removed all commits and create another commit without sensitive data.
But I test it with real data, it worked...
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yeah makes sense. Generally the content come from some variable or database. I was just curious
No description provided.