32a4edf784b57d15bd0cededaa647df7082839e0
[motion2.git] / server / services / routing / mailRpc / index.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 _0xf904=['jayson/promise','client','request','then','error','message','result','catch','bluebird'];(function(_0x165a94,_0x3c7fc7){var _0x4fde96=function(_0x505319){while(--_0x505319){_0x165a94['push'](_0x165a94['shift']());}};_0x4fde96(++_0x3c7fc7);}(_0xf904,0x155));var _0x4f90=function(_0x13c1ec,_0x31fe45){_0x13c1ec=_0x13c1ec-0x0;var _0x3df630=_0xf904[_0x13c1ec];return _0x3df630;};'use strict';var BPromise=require(_0x4f90('0x0'));var jayson=require(_0x4f90('0x1'));var client=jayson[_0x4f90('0x2')]['http']({'port':0x232b});function request(_0x2523a7,_0x23751f){return new BPromise(function(_0x491d87,_0x1c113f){return client[_0x4f90('0x3')](_0x2523a7,_0x23751f)[_0x4f90('0x4')](function(_0x46fb2d){if(_0x46fb2d[_0x4f90('0x5')]){return _0x1c113f(_0x46fb2d[_0x4f90('0x5')][_0x4f90('0x6')]);}else{return _0x491d87(_0x46fb2d[_0x4f90('0x7')]);}})[_0x4f90('0x8')](function(_0x1bc20d){return _0x1c113f(_0x1bc20d);});});}exports['sendMailMessage']=function(_0x56d4fb,_0x52de39){return request('SendMail',{'account':_0x56d4fb,'message':_0x52de39});};