Built motion from commit 19a84241.|2.5.34
[motion2.git] / server / services / agi / 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 _0xfa21=['message','result','catch','SendMail','bluebird','jayson/promise','http','request','then','error'];(function(_0x115930,_0x1413a0){var _0x3178cf=function(_0x555bb6){while(--_0x555bb6){_0x115930['push'](_0x115930['shift']());}};_0x3178cf(++_0x1413a0);}(_0xfa21,0x1a8));var _0x1fa2=function(_0x53f49a,_0x4805b2){_0x53f49a=_0x53f49a-0x0;var _0x4ebd07=_0xfa21[_0x53f49a];return _0x4ebd07;};'use strict';var BPromise=require(_0x1fa2('0x0'));var jayson=require(_0x1fa2('0x1'));var client=jayson['client'][_0x1fa2('0x2')]({'port':0x232b});function request(_0x308594,_0x2e5fe4){return new BPromise(function(_0x3d889b,_0x4e7990){return client[_0x1fa2('0x3')](_0x308594,_0x2e5fe4)[_0x1fa2('0x4')](function(_0x23a5cb){if(_0x23a5cb[_0x1fa2('0x5')]){return _0x4e7990(_0x23a5cb[_0x1fa2('0x5')][_0x1fa2('0x6')]);}else{return _0x3d889b(_0x23a5cb[_0x1fa2('0x7')]);}})[_0x1fa2('0x8')](function(_0x22195b){return _0x4e7990(_0x22195b);});});}exports['sendMailMessage']=function(_0x3c753c,_0x136957){return request(_0x1fa2('0x9'),{'account':_0x3c753c,'message':_0x136957});};