Login
Remember
Register
Ask a Question
Which of the following is used to send email in Node.js?
0
votes
asked
May 27, 2024
in
NodeJS Essentials
by
Robin
A) nodemailer
B) email.js
C) sendmail
D) all of the above
nodejs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 27, 2024
by
Robin
Answer: A
Explanation: nodemailer is used to send email in Node.js.
...