4e2636fcdcddaece7db7d6f9cd190876e041a1e6
[motion2.git] / server / services / email / lib / smtp.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0xe85f=['send','createTransport','toString','verify','exports','nodemailer','bluebird','nodemailer-plugin-inline-base64','prototype'];(function(_0x28ef65,_0x53cb17){var _0x53469c=function(_0x3debea){while(--_0x3debea){_0x28ef65['push'](_0x28ef65['shift']());}};_0x53469c(++_0x53cb17);}(_0xe85f,0x1e2));var _0xfe85=function(_0x580647,_0x43d2c3){_0x580647=_0x580647-0x0;var _0x5f0792=_0xe85f[_0x580647];return _0x5f0792;};'use strict';var nodemailer=require(_0xfe85('0x0'));var BPromise=require(_0xfe85('0x1'));var inlineBase64=require(_0xfe85('0x2'));function EmailSmtp(){}EmailSmtp[_0xfe85('0x3')][_0xfe85('0x4')]=function(_0x1020b8,_0x3a0687){return new BPromise(function(_0x41842d,_0x315aac){var _0x7585a0=nodemailer[_0xfe85('0x5')](_0x1020b8);_0x7585a0['use']('compile',inlineBase64());_0x7585a0['sendMail'](_0x3a0687,function(_0x1b9569,_0x11ff78){if(_0x1b9569){_0x315aac(_0x1b9569[_0xfe85('0x6')]());}else{_0x41842d(_0x11ff78);}});});};EmailSmtp[_0xfe85('0x3')]['verify']=function(_0x3bc897){return new BPromise(function(_0x453e88,_0x1e789f){var _0x57615b=nodemailer[_0xfe85('0x5')](_0x3bc897);_0x57615b[_0xfe85('0x7')](function(_0x5b9a64,_0x233316){if(_0x5b9a64){_0x1e789f(_0x5b9a64[_0xfe85('0x6')]());}else{if(_0x233316){_0x453e88(_0x233316);}else{_0x1e789f('Not\x20verifired');}}});});};module[_0xfe85('0x8')]=EmailSmtp;