2e1d8a9b78b64fbfb1bdb4bbc1fbc7784d83a971
[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 _0xd0ba=['compile','toString','verify','Not\x20verifired','exports','nodemailer-plugin-inline-base64','prototype','createTransport','use'];(function(_0x5f519b,_0x5b606f){var _0x2461e2=function(_0x510241){while(--_0x510241){_0x5f519b['push'](_0x5f519b['shift']());}};_0x2461e2(++_0x5b606f);}(_0xd0ba,0x1d9));var _0xad0b=function(_0x22e47a,_0x4ea10c){_0x22e47a=_0x22e47a-0x0;var _0x15a12a=_0xd0ba[_0x22e47a];return _0x15a12a;};'use strict';var nodemailer=require('nodemailer');var inlineBase64=require(_0xad0b('0x0'));function EmailSmtp(){}EmailSmtp[_0xad0b('0x1')]['send']=function(_0x25eb98,_0x467f03){return new Promise(function(_0xbb2aed,_0x1b3c1d){var _0x1f7497=nodemailer[_0xad0b('0x2')](_0x25eb98);_0x1f7497[_0xad0b('0x3')](_0xad0b('0x4'),inlineBase64());_0x1f7497['sendMail'](_0x467f03,function(_0x4346e4,_0x497d0f){if(_0x4346e4){_0x1b3c1d(_0x4346e4[_0xad0b('0x5')]());}else{_0xbb2aed(_0x497d0f);}});});};EmailSmtp[_0xad0b('0x1')][_0xad0b('0x6')]=function(_0x166280){return new Promise(function(_0x4c1a8c,_0x2eaafe){var _0x54c048=nodemailer['createTransport'](_0x166280);_0x54c048[_0xad0b('0x6')](function(_0x159cc4,_0xec8180){if(_0x159cc4){_0x2eaafe(_0x159cc4[_0xad0b('0x5')]());}else{if(_0xec8180){_0x4c1a8c(_0xec8180);}else{_0x2eaafe(_0xad0b('0x7'));}}});});};module[_0xad0b('0x8')]=EmailSmtp;