Built motion from commit ffdca78c.|2.6.24
[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 _0x1abf=['message','catch','SendMail','bluebird','jayson/promise','client','http','request','then','error'];(function(_0x2641f9,_0x26715f){var _0x585741=function(_0x2d1462){while(--_0x2d1462){_0x2641f9['push'](_0x2641f9['shift']());}};_0x585741(++_0x26715f);}(_0x1abf,0xc1));var _0xf1ab=function(_0xdd2073,_0x1392d7){_0xdd2073=_0xdd2073-0x0;var _0x428842=_0x1abf[_0xdd2073];return _0x428842;};'use strict';var BPromise=require(_0xf1ab('0x0'));var jayson=require(_0xf1ab('0x1'));var client=jayson[_0xf1ab('0x2')][_0xf1ab('0x3')]({'port':0x232b});function request(_0x5ca9da,_0x38f2af){return new BPromise(function(_0x45fd9e,_0x246a34){return client[_0xf1ab('0x4')](_0x5ca9da,_0x38f2af)[_0xf1ab('0x5')](function(_0x111706){if(_0x111706[_0xf1ab('0x6')]){return _0x246a34(_0x111706[_0xf1ab('0x6')][_0xf1ab('0x7')]);}else{return _0x45fd9e(_0x111706['result']);}})[_0xf1ab('0x8')](function(_0x5f2c21){return _0x246a34(_0x5f2c21);});});}exports['sendMailMessage']=function(_0x492b9b,_0x56da48){return request(_0xf1ab('0x9'),{'account':_0x492b9b,'message':_0x56da48});};