mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-03 19:33:36 +08:00
update
This commit is contained in:
parent
1158ae56f6
commit
ee35078ce4
1 changed files with 3 additions and 0 deletions
|
@ -228,6 +228,9 @@ module.exports = (options, callback) => {
|
||||||
|
|
||||||
for (let i = 0, len = deliveries.length; i < len; i++) {
|
for (let i = 0, len = deliveries.length; i < len; i++) {
|
||||||
let recipient = deliveries[i];
|
let recipient = deliveries[i];
|
||||||
|
|
||||||
|
console.log(require('util').inspect(recipient, false, 22));
|
||||||
|
|
||||||
let deliveryZone = options.zone || config.sender.zone || 'default';
|
let deliveryZone = options.zone || config.sender.zone || 'default';
|
||||||
let recipientDomain = recipient.to.substr(recipient.to.lastIndexOf('@') + 1).replace(/[[\]]/g, '');
|
let recipientDomain = recipient.to.substr(recipient.to.lastIndexOf('@') + 1).replace(/[[\]]/g, '');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue