forwardemail / email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
https://forwardemail.net/docs/send-emails-with-node-js-javascript
MIT License
3.64k stars 339 forks source link

Verbose console output #436

Closed Mangatt closed 2 years ago

Mangatt commented 2 years ago

Is there a way how to supress following console output in dev mode?


{
  envelope: { from: '...', to: [ '...' ] },
  messageId: '...',
  message: '...',
  originalMessage: {
    to: '...',
    from: '...',
    attachments: [ [Object] ],
    html: '...'
  }
}
niftylettuce commented 2 years ago

This is most likely from Nodemailer output. See https://nodemailer.com/smtp/#debug-options.