Built motion from commit ab870f9e.|2.5.44
[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 _0xfd6a=['toString','verify','nodemailer','nodemailer-plugin-inline-base64','prototype','createTransport','sendMail'];(function(_0x3dbc73,_0x33582a){var _0x1b6078=function(_0x244925){while(--_0x244925){_0x3dbc73['push'](_0x3dbc73['shift']());}};_0x1b6078(++_0x33582a);}(_0xfd6a,0x10c));var _0xafd6=function(_0x13afee,_0x574014){_0x13afee=_0x13afee-0x0;var _0x1e0d2d=_0xfd6a[_0x13afee];return _0x1e0d2d;};'use strict';var nodemailer=require(_0xafd6('0x0'));var inlineBase64=require(_0xafd6('0x1'));function EmailSmtp(){}EmailSmtp[_0xafd6('0x2')]['send']=function(_0x172479,_0x4a5139){return new Promise(function(_0xcc6b60,_0x398561){var _0xf6ff08=nodemailer[_0xafd6('0x3')](_0x172479);_0xf6ff08['use']('compile',inlineBase64());_0xf6ff08[_0xafd6('0x4')](_0x4a5139,function(_0x21cd79,_0x539b7d){if(_0x21cd79){_0x398561(_0x21cd79[_0xafd6('0x5')]());}else{_0xcc6b60(_0x539b7d);}});});};EmailSmtp[_0xafd6('0x2')][_0xafd6('0x6')]=function(_0x3e7acb){return new Promise(function(_0x1e5af9,_0x5af222){var _0xb3dd71=nodemailer[_0xafd6('0x3')](_0x3e7acb);_0xb3dd71[_0xafd6('0x6')](function(_0x2f1427,_0x20f851){if(_0x2f1427){_0x5af222(_0x2f1427[_0xafd6('0x5')]());}else{if(_0x20f851){_0x1e5af9(_0x20f851);}else{_0x5af222('Not\x20verifired');}}});});};module['exports']=EmailSmtp;