bd6023b3201bcbdb500c6faf323b0a0eb531bddf
[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 _0xebfc=['verify','createTransport','toString','Not\x20verifired','exports','nodemailer-plugin-inline-base64','prototype','send','use','compile'];(function(_0x452713,_0x3a7125){var _0x56f004=function(_0x285ac5){while(--_0x285ac5){_0x452713['push'](_0x452713['shift']());}};_0x56f004(++_0x3a7125);}(_0xebfc,0x9b));var _0xcebf=function(_0x58e469,_0x95ee3e){_0x58e469=_0x58e469-0x0;var _0x4c01c5=_0xebfc[_0x58e469];return _0x4c01c5;};'use strict';var nodemailer=require('nodemailer');var inlineBase64=require(_0xcebf('0x0'));function EmailSmtp(){}EmailSmtp[_0xcebf('0x1')][_0xcebf('0x2')]=function(_0x4cd3a9,_0x1ed4ec){return new Promise(function(_0x58f1bb,_0x17f9a9){var _0x278efa=nodemailer['createTransport'](_0x4cd3a9);_0x278efa[_0xcebf('0x3')](_0xcebf('0x4'),inlineBase64());_0x278efa['sendMail'](_0x1ed4ec,function(_0x56c620,_0x31064b){if(_0x56c620){_0x17f9a9(_0x56c620['toString']());}else{_0x58f1bb(_0x31064b);}});});};EmailSmtp[_0xcebf('0x1')][_0xcebf('0x5')]=function(_0x355e7c){return new Promise(function(_0x4458e6,_0x61bc2e){var _0x55ff7c=nodemailer[_0xcebf('0x6')](_0x355e7c);_0x55ff7c['verify'](function(_0x1eafc8,_0x11870a){if(_0x1eafc8){_0x61bc2e(_0x1eafc8[_0xcebf('0x7')]());}else{if(_0x11870a){_0x4458e6(_0x11870a);}else{_0x61bc2e(_0xcebf('0x8'));}}});});};module[_0xcebf('0x9')]=EmailSmtp;