Built motion from commit fd055180.|2.6.30
[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 _0x5047=['prototype','verify','Not\x20verifired','nodemailer','nodemailer-plugin-inline-base64','send','createTransport','toString'];(function(_0x465028,_0x4570ac){var _0xb783d4=function(_0x5458c5){while(--_0x5458c5){_0x465028['push'](_0x465028['shift']());}};_0xb783d4(++_0x4570ac);}(_0x5047,0x10b));var _0x7504=function(_0x2c96f6,_0x877207){_0x2c96f6=_0x2c96f6-0x0;var _0x6d4808=_0x5047[_0x2c96f6];return _0x6d4808;};'use strict';var nodemailer=require(_0x7504('0x0'));var inlineBase64=require(_0x7504('0x1'));function EmailSmtp(){}EmailSmtp['prototype'][_0x7504('0x2')]=function(_0xa344db,_0x41e920){return new Promise(function(_0x952637,_0x167435){var _0x46875b=nodemailer[_0x7504('0x3')](_0xa344db);_0x46875b['use']('compile',inlineBase64());_0x46875b['sendMail'](_0x41e920,function(_0x3e619f,_0x22dbac){if(_0x3e619f){_0x167435(_0x3e619f[_0x7504('0x4')]());}else{_0x952637(_0x22dbac);}});});};EmailSmtp[_0x7504('0x5')][_0x7504('0x6')]=function(_0x2e4767){return new Promise(function(_0x16508d,_0x32c2f8){var _0x2c18a8=nodemailer[_0x7504('0x3')](_0x2e4767);_0x2c18a8['verify'](function(_0x21ef3c,_0x50eb3a){if(_0x21ef3c){_0x32c2f8(_0x21ef3c[_0x7504('0x4')]());}else{if(_0x50eb3a){_0x16508d(_0x50eb3a);}else{_0x32c2f8(_0x7504('0x7'));}}});});};module['exports']=EmailSmtp;