mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-08 07:20:59 +08:00
fixed maildrop
This commit is contained in:
parent
be8a74303e
commit
a96c52b42a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@ module.exports = (options, callback) => {
|
||||||
gfs: config.sender.gfs
|
gfs: config.sender.gfs
|
||||||
});
|
});
|
||||||
|
|
||||||
maildropper.push(options, callback);
|
return maildropper.push(options, callback);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue