diff --git a/index.js b/index.js index 7ad6d943..b3199e72 100644 --- a/index.js +++ b/index.js @@ -1880,12 +1880,10 @@ class ForwardEmail { .post(recipient.webhook) .set('User-Agent', this.config.userAgent) .timeout(this.config.timeout) - .send( - safeStringify({ - ...mail, - raw: _.isBuffer(raw) ? raw.toString('binary') : raw - }) - ); + .send({ + ...mail, + raw: _.isBuffer(raw) ? raw.toString('binary') : raw + }); // TODO: smart alerts here for webhooks misconfigured (e.g. HTTP -> HTTPS redirect) if (