mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-02 10:54:05 +07:00
node_modules: upgrade
This commit is contained in:
2
node_modules/nodemailer/lib/dkim/index.js
generated
vendored
2
node_modules/nodemailer/lib/dkim/index.js
generated
vendored
@ -12,7 +12,7 @@ const path = require('path');
|
||||
const crypto = require('crypto');
|
||||
|
||||
const DKIM_ALGO = 'sha256';
|
||||
const MAX_MESSAGE_SIZE = 128 * 1024; // buffer messages larger than this to disk
|
||||
const MAX_MESSAGE_SIZE = 2 * 1024 * 1024; // buffer messages larger than this to disk
|
||||
|
||||
/*
|
||||
// Usage:
|
||||
|
Reference in New Issue
Block a user