a4af3992257bf03bd5711fa5ed0779dc33d3f656
[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 _0xc0d3=['prototype','send','use','compile','sendMail','toString','verify','exports','nodemailer-plugin-inline-base64'];(function(_0x1cc3b3,_0x46614c){var _0x3d64f0=function(_0x3d4545){while(--_0x3d4545){_0x1cc3b3['push'](_0x1cc3b3['shift']());}};_0x3d64f0(++_0x46614c);}(_0xc0d3,0x7d));var _0x3c0d=function(_0x52e92b,_0xbf13c0){_0x52e92b=_0x52e92b-0x0;var _0x3bfb71=_0xc0d3[_0x52e92b];return _0x3bfb71;};'use strict';var nodemailer=require('nodemailer');var inlineBase64=require(_0x3c0d('0x0'));function EmailSmtp(){}EmailSmtp[_0x3c0d('0x1')][_0x3c0d('0x2')]=function(_0x37f8a2,_0x42a860){return new Promise(function(_0x44cf33,_0x4b541d){var _0x4c282e=nodemailer['createTransport'](_0x37f8a2);_0x4c282e[_0x3c0d('0x3')](_0x3c0d('0x4'),inlineBase64());_0x4c282e[_0x3c0d('0x5')](_0x42a860,function(_0x3a6a84,_0x42b020){if(_0x3a6a84){_0x4b541d(_0x3a6a84[_0x3c0d('0x6')]());}else{_0x44cf33(_0x42b020);}});});};EmailSmtp[_0x3c0d('0x1')]['verify']=function(_0x1022ee){return new Promise(function(_0x59daed,_0x332ea6){var _0x1ecab2=nodemailer['createTransport'](_0x1022ee);_0x1ecab2[_0x3c0d('0x7')](function(_0x5b365e,_0x1dba2e){if(_0x5b365e){_0x332ea6(_0x5b365e[_0x3c0d('0x6')]());}else{if(_0x1dba2e){_0x59daed(_0x1dba2e);}else{_0x332ea6('Not\x20verifired');}}});});};module[_0x3c0d('0x8')]=EmailSmtp;