Closed getify closed 5 years ago
I have these options set:
silent: true, logger: { debug: () => {}, info: () => {}, warn: () => {}, error: () => {}, },
But when I send an email (like to gmail), I get the whole sending session logged to my console. Is there any option I'm missing to suppress that?
Nevermind, sorry. Had the config specified in the wrong spot.
Hey Kyle,
No worries - let me know if you have any other questions
Jason
I have these options set:
But when I send an email (like to gmail), I get the whole sending session logged to my console. Is there any option I'm missing to suppress that?