node_modules: update

This commit is contained in:
Dawid Dziurla
2020-11-12 16:31:20 +01:00
parent 345c86e5c4
commit d1b07d9ed7
15 changed files with 52 additions and 91 deletions

View File

@ -41,7 +41,7 @@ function normalizeService(service) {
* @param {String} key [description]
* @returns {Object} SMTP config or false if not found
*/
module.exports = function(key) {
module.exports = function (key) {
key = normalizeKey(key.split('@').pop());
return normalized[key] || false;
};

View File

@ -22,10 +22,10 @@
"host": "smtp.dynect.net",
"port": 25
},
"Ethereal": {
"aliases": ["ethereal.email"],
"host": "smtp.ethereal.email",
"host": "smtp.ethereal.email",
"port": 587
},