638f232db6cb84c54be4d1448c0947028fc45bc4
[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 _0xffb8=['createTransport','use','compile','sendMail','verify','toString','bluebird','nodemailer-plugin-inline-base64','prototype','send'];(function(_0xe09b48,_0x14d774){var _0x16a14c=function(_0x260066){while(--_0x260066){_0xe09b48['push'](_0xe09b48['shift']());}};_0x16a14c(++_0x14d774);}(_0xffb8,0x100));var _0x8ffb=function(_0x26686d,_0xff115e){_0x26686d=_0x26686d-0x0;var _0x14e924=_0xffb8[_0x26686d];return _0x14e924;};'use strict';var nodemailer=require('nodemailer');var BPromise=require(_0x8ffb('0x0'));var inlineBase64=require(_0x8ffb('0x1'));function EmailSmtp(){}EmailSmtp[_0x8ffb('0x2')][_0x8ffb('0x3')]=function(_0x1566f7,_0x52f954){return new BPromise(function(_0x4d58ff,_0x46aee5){var _0x3eb3b4=nodemailer[_0x8ffb('0x4')](_0x1566f7);_0x3eb3b4[_0x8ffb('0x5')](_0x8ffb('0x6'),inlineBase64());_0x3eb3b4[_0x8ffb('0x7')](_0x52f954,function(_0x4b8c92,_0x5f0780){if(_0x4b8c92){_0x46aee5(_0x4b8c92['toString']());}else{_0x4d58ff(_0x5f0780);}});});};EmailSmtp['prototype']['verify']=function(_0x3225ac){return new BPromise(function(_0x4d1f04,_0x250726){var _0x36726e=nodemailer[_0x8ffb('0x4')](_0x3225ac);_0x36726e[_0x8ffb('0x8')](function(_0x1d08ee,_0x1c1bd3){if(_0x1d08ee){_0x250726(_0x1d08ee[_0x8ffb('0x9')]());}else{if(_0x1c1bd3){_0x4d1f04(_0x1c1bd3);}else{_0x250726('Not\x20verifired');}}});});};module['exports']=EmailSmtp;