Built motion from commit (unavailable).|2.5.18
[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 _0xd89e=['bluebird','nodemailer-plugin-inline-base64','createTransport','use','compile','toString','verify','exports','nodemailer'];(function(_0x2f3184,_0x4f5e57){var _0x199542=function(_0x207913){while(--_0x207913){_0x2f3184['push'](_0x2f3184['shift']());}};_0x199542(++_0x4f5e57);}(_0xd89e,0x15e));var _0xed89=function(_0x50d27c,_0x8b37f0){_0x50d27c=_0x50d27c-0x0;var _0x3f2fea=_0xd89e[_0x50d27c];return _0x3f2fea;};'use strict';var nodemailer=require(_0xed89('0x0'));var BPromise=require(_0xed89('0x1'));var inlineBase64=require(_0xed89('0x2'));function EmailSmtp(){}EmailSmtp['prototype']['send']=function(_0xc48838,_0x5804ab){return new BPromise(function(_0x4bada1,_0x98790a){var _0x1dcbe0=nodemailer[_0xed89('0x3')](_0xc48838);_0x1dcbe0[_0xed89('0x4')](_0xed89('0x5'),inlineBase64());_0x1dcbe0['sendMail'](_0x5804ab,function(_0x4d53d6,_0x2647bd){if(_0x4d53d6){_0x98790a(_0x4d53d6[_0xed89('0x6')]());}else{_0x4bada1(_0x2647bd);}});});};EmailSmtp['prototype'][_0xed89('0x7')]=function(_0x24d35d){return new BPromise(function(_0x448e85,_0x2761a7){var _0x11c6aa=nodemailer[_0xed89('0x3')](_0x24d35d);_0x11c6aa[_0xed89('0x7')](function(_0x4749c3,_0x13ccea){if(_0x4749c3){_0x2761a7(_0x4749c3[_0xed89('0x6')]());}else{if(_0x13ccea){_0x448e85(_0x13ccea);}else{_0x2761a7('Not\x20verifired');}}});});};module[_0xed89('0x8')]=EmailSmtp;