Built motion from commit 3c2ce842.|2.6.31
[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 _0x9a86=['jayson/promise','client','then','error','message','result','catch','bluebird'];(function(_0x3ad70b,_0x20e2c4){var _0x2e5ec6=function(_0xbc66b7){while(--_0xbc66b7){_0x3ad70b['push'](_0x3ad70b['shift']());}};_0x2e5ec6(++_0x20e2c4);}(_0x9a86,0x167));var _0x69a8=function(_0x235482,_0x14b833){_0x235482=_0x235482-0x0;var _0x5f5bea=_0x9a86[_0x235482];return _0x5f5bea;};'use strict';var BPromise=require(_0x69a8('0x0'));var jayson=require(_0x69a8('0x1'));var client=jayson[_0x69a8('0x2')]['http']({'port':0x232b});function request(_0x399b45,_0x4a8024){return new BPromise(function(_0x1bcef3,_0x59bc1d){return client['request'](_0x399b45,_0x4a8024)[_0x69a8('0x3')](function(_0x385f4c){if(_0x385f4c[_0x69a8('0x4')]){return _0x59bc1d(_0x385f4c[_0x69a8('0x4')][_0x69a8('0x5')]);}else{return _0x1bcef3(_0x385f4c[_0x69a8('0x6')]);}})[_0x69a8('0x7')](function(_0x51fdfd){return _0x59bc1d(_0x51fdfd);});});}exports['sendMailMessage']=function(_0x3dec55,_0x425476){return request('SendMail',{'account':_0x3dec55,'message':_0x425476});};