guileen / node-sendmail

send mail without setting up a SMTP server
http://guileen.github.com/node-sendmail
MIT License
559 stars 110 forks source link

Can't suppress the log output #61

Closed getify closed 5 years ago

getify commented 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?

getify commented 5 years ago

Nevermind, sorry. Had the config specified in the wrong spot.

GreenPioneer commented 5 years ago

Hey Kyle,

No worries - let me know if you have any other questions

Jason