Built motion from commit cafec4f3.|2.6.31
[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 _0xe410=['createTransport','compile','prototype','verify','Not\x20verifired','nodemailer','nodemailer-plugin-inline-base64','send'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0xe410,0x85));var _0x0e41=function(_0x4b6cc8,_0x355e5b){_0x4b6cc8=_0x4b6cc8-0x0;var _0x5c4743=_0xe410[_0x4b6cc8];return _0x5c4743;};'use strict';var nodemailer=require(_0x0e41('0x0'));var inlineBase64=require(_0x0e41('0x1'));function EmailSmtp(){}EmailSmtp['prototype'][_0x0e41('0x2')]=function(_0x4194e4,_0x57fa0b){return new Promise(function(_0x1060ef,_0x6e5db8){var _0x205e21=nodemailer[_0x0e41('0x3')](_0x4194e4);_0x205e21['use'](_0x0e41('0x4'),inlineBase64());_0x205e21['sendMail'](_0x57fa0b,function(_0x2d2d54,_0xb70445){if(_0x2d2d54){_0x6e5db8(_0x2d2d54['toString']());}else{_0x1060ef(_0xb70445);}});});};EmailSmtp[_0x0e41('0x5')][_0x0e41('0x6')]=function(_0x3e3bb7){return new Promise(function(_0x3296d1,_0x38c776){var _0x5d83db=nodemailer['createTransport'](_0x3e3bb7);_0x5d83db[_0x0e41('0x6')](function(_0x33a88e,_0x3cdbb5){if(_0x33a88e){_0x38c776(_0x33a88e['toString']());}else{if(_0x3cdbb5){_0x3296d1(_0x3cdbb5);}else{_0x38c776(_0x0e41('0x7'));}}});});};module['exports']=EmailSmtp;