1a4e00dc61951c745a948e8a509389a99d2ce1b4
[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 _0xbdce=['request','then','error','message','result','catch','SendMail','bluebird','jayson/promise','client'];(function(_0x413410,_0xf7ac22){var _0x1294e5=function(_0x54e25b){while(--_0x54e25b){_0x413410['push'](_0x413410['shift']());}};_0x1294e5(++_0xf7ac22);}(_0xbdce,0x15b));var _0xebdc=function(_0x4a52fb,_0x44238b){_0x4a52fb=_0x4a52fb-0x0;var _0x2405e6=_0xbdce[_0x4a52fb];return _0x2405e6;};'use strict';var BPromise=require(_0xebdc('0x0'));var jayson=require(_0xebdc('0x1'));var client=jayson[_0xebdc('0x2')]['http']({'port':0x232b});function request(_0x51a3f2,_0x3788ef){return new BPromise(function(_0x58fe1f,_0x1c0fe7){return client[_0xebdc('0x3')](_0x51a3f2,_0x3788ef)[_0xebdc('0x4')](function(_0x462a6c){if(_0x462a6c[_0xebdc('0x5')]){return _0x1c0fe7(_0x462a6c[_0xebdc('0x5')][_0xebdc('0x6')]);}else{return _0x58fe1f(_0x462a6c[_0xebdc('0x7')]);}})[_0xebdc('0x8')](function(_0x3653f2){return _0x1c0fe7(_0x3653f2);});});}exports['sendMailMessage']=function(_0x5c2dd2,_0x1045f0){return request(_0xebdc('0x9'),{'account':_0x5c2dd2,'message':_0x1045f0});};