1a5c02e3f36dda14042d7c69cda6727894c4ff58
[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 _0x0286=['exports','nodemailer-plugin-inline-base64','prototype','send','createTransport','use','toString','verify','Not\x20verifired'];(function(_0x2162e4,_0x5eb29c){var _0x3ec31d=function(_0x327910){while(--_0x327910){_0x2162e4['push'](_0x2162e4['shift']());}};_0x3ec31d(++_0x5eb29c);}(_0x0286,0x19f));var _0x6028=function(_0x23a469,_0x5667e4){_0x23a469=_0x23a469-0x0;var _0x5f2a21=_0x0286[_0x23a469];return _0x5f2a21;};'use strict';var nodemailer=require('nodemailer');var inlineBase64=require(_0x6028('0x0'));function EmailSmtp(){}EmailSmtp[_0x6028('0x1')][_0x6028('0x2')]=function(_0x53940d,_0x97abc6){return new Promise(function(_0x587f74,_0x16cf12){var _0x4127a5=nodemailer[_0x6028('0x3')](_0x53940d);_0x4127a5[_0x6028('0x4')]('compile',inlineBase64());_0x4127a5['sendMail'](_0x97abc6,function(_0x552957,_0x454ab7){if(_0x552957){_0x16cf12(_0x552957[_0x6028('0x5')]());}else{_0x587f74(_0x454ab7);}});});};EmailSmtp[_0x6028('0x1')][_0x6028('0x6')]=function(_0x5b8c4c){return new Promise(function(_0x4c2fdf,_0x57ec6c){var _0xa0f94=nodemailer[_0x6028('0x3')](_0x5b8c4c);_0xa0f94['verify'](function(_0x3eeb3f,_0x42b89b){if(_0x3eeb3f){_0x57ec6c(_0x3eeb3f[_0x6028('0x5')]());}else{if(_0x42b89b){_0x4c2fdf(_0x42b89b);}else{_0x57ec6c(_0x6028('0x7'));}}});});};module[_0x6028('0x8')]=EmailSmtp;