Built motion from commit ddca4d0d.|2.5.47
[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 _0x1d6e=['error','message','sendMailMessage','bluebird','client','request','then'];(function(_0x432682,_0x253044){var _0x463d05=function(_0xa73403){while(--_0xa73403){_0x432682['push'](_0x432682['shift']());}};_0x463d05(++_0x253044);}(_0x1d6e,0x130));var _0xe1d6=function(_0x5b78e8,_0x55096b){_0x5b78e8=_0x5b78e8-0x0;var _0xf2c321=_0x1d6e[_0x5b78e8];return _0xf2c321;};'use strict';var BPromise=require(_0xe1d6('0x0'));var jayson=require('jayson/promise');var client=jayson[_0xe1d6('0x1')]['http']({'port':0x232b});function request(_0xd41d49,_0x5bbd68){return new BPromise(function(_0x19b4df,_0x7b8536){return client[_0xe1d6('0x2')](_0xd41d49,_0x5bbd68)[_0xe1d6('0x3')](function(_0x2b5ad2){if(_0x2b5ad2[_0xe1d6('0x4')]){return _0x7b8536(_0x2b5ad2['error'][_0xe1d6('0x5')]);}else{return _0x19b4df(_0x2b5ad2['result']);}})['catch'](function(_0x261b6a){return _0x7b8536(_0x261b6a);});});}exports[_0xe1d6('0x6')]=function(_0x46e2e2,_0xa4621){return request('SendMail',{'account':_0x46e2e2,'message':_0xa4621});};