0 votes
in NodeJS Essentials by

Which of the following is used to create email sending services in Node.js?

A) nodemailer

B) emailjs

C) sendgrid

D) all of the above

1 Answer

0 votes
by

Answer: D

Explanation: nodemailer, emailjs, and sendgrid are all used to create email sending services in Node.js.

...