a4fc7182c8823872d32711671172683f3dac1f8a
[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 _0xfa7e=['exports','nodemailer','prototype','send','compile','sendMail','toString','verify'];(function(_0x413feb,_0x10477f){var _0x40ee88=function(_0x32a3f6){while(--_0x32a3f6){_0x413feb['push'](_0x413feb['shift']());}};_0x40ee88(++_0x10477f);}(_0xfa7e,0x189));var _0xefa7=function(_0xae7c2f,_0xf31e04){_0xae7c2f=_0xae7c2f-0x0;var _0x5d7001=_0xfa7e[_0xae7c2f];return _0x5d7001;};'use strict';var nodemailer=require(_0xefa7('0x0'));var inlineBase64=require('nodemailer-plugin-inline-base64');function EmailSmtp(){}EmailSmtp[_0xefa7('0x1')][_0xefa7('0x2')]=function(_0xe05919,_0x20bdb9){return new Promise(function(_0x21beb2,_0x717c57){var _0x4f10ba=nodemailer['createTransport'](_0xe05919);_0x4f10ba['use'](_0xefa7('0x3'),inlineBase64());_0x4f10ba[_0xefa7('0x4')](_0x20bdb9,function(_0x1e3b3d,_0x54a138){if(_0x1e3b3d){_0x717c57(_0x1e3b3d[_0xefa7('0x5')]());}else{_0x21beb2(_0x54a138);}});});};EmailSmtp[_0xefa7('0x1')][_0xefa7('0x6')]=function(_0x3d8600){return new Promise(function(_0x216784,_0x50e67c){var _0x42ffaa=nodemailer['createTransport'](_0x3d8600);_0x42ffaa['verify'](function(_0x58ce0f,_0x4c0e93){if(_0x58ce0f){_0x50e67c(_0x58ce0f['toString']());}else{if(_0x4c0e93){_0x216784(_0x4c0e93);}else{_0x50e67c('Not\x20verifired');}}});});};module[_0xefa7('0x7')]=EmailSmtp;