nodemailer-sendgrid icon indicating copy to clipboard operation
nodemailer-sendgrid copied to clipboard

Isolate SendGrid MailService used, so it does not use the global one

Open varanauskas opened this issue 3 years ago • 0 comments

This isolates the SendGrid MailService used inside the Transport class, to prevent the transport class using the global SendGrid MailService, allowing multiple Transports to use multiple MailServices with different API keys

Fixes #13

varanauskas avatar May 25 '21 14:05 varanauskas