Built motion from commit b5413ace.|2.6.9
[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 _0x75d0=['send','createTransport','compile','sendMail','toString','verify','exports','nodemailer','nodemailer-plugin-inline-base64','prototype'];(function(_0x3683ca,_0xbe34ba){var _0x5db9b5=function(_0x849835){while(--_0x849835){_0x3683ca['push'](_0x3683ca['shift']());}};_0x5db9b5(++_0xbe34ba);}(_0x75d0,0x1dd));var _0x075d=function(_0x1663ae,_0x10484a){_0x1663ae=_0x1663ae-0x0;var _0x30ffb8=_0x75d0[_0x1663ae];return _0x30ffb8;};'use strict';var nodemailer=require(_0x075d('0x0'));var inlineBase64=require(_0x075d('0x1'));function EmailSmtp(){}EmailSmtp[_0x075d('0x2')][_0x075d('0x3')]=function(_0x3545a3,_0x5363ff){return new Promise(function(_0xb2268f,_0x40b1cc){var _0x5cda13=nodemailer[_0x075d('0x4')](_0x3545a3);_0x5cda13['use'](_0x075d('0x5'),inlineBase64());_0x5cda13[_0x075d('0x6')](_0x5363ff,function(_0x238c1e,_0x1821f7){if(_0x238c1e){_0x40b1cc(_0x238c1e[_0x075d('0x7')]());}else{_0xb2268f(_0x1821f7);}});});};EmailSmtp['prototype'][_0x075d('0x8')]=function(_0x3d6aa4){return new Promise(function(_0x587d93,_0x171320){var _0x2aca63=nodemailer[_0x075d('0x4')](_0x3d6aa4);_0x2aca63['verify'](function(_0x4ff3e6,_0x7669a8){if(_0x4ff3e6){_0x171320(_0x4ff3e6[_0x075d('0x7')]());}else{if(_0x7669a8){_0x587d93(_0x7669a8);}else{_0x171320('Not\x20verifired');}}});});};module[_0x075d('0x9')]=EmailSmtp;