5b2c94ea3157775bf16a50b32b5846cc50df93a1
[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 _0x7392=['message','result','sendMailMessage','bluebird','jayson/promise','client','request','then'];(function(_0x67d4ca,_0x455f15){var _0xc53c24=function(_0x3645e4){while(--_0x3645e4){_0x67d4ca['push'](_0x67d4ca['shift']());}};_0xc53c24(++_0x455f15);}(_0x7392,0x1cb));var _0x2739=function(_0xcc9217,_0x4e4518){_0xcc9217=_0xcc9217-0x0;var _0x1a256c=_0x7392[_0xcc9217];return _0x1a256c;};'use strict';var BPromise=require(_0x2739('0x0'));var jayson=require(_0x2739('0x1'));var client=jayson[_0x2739('0x2')]['http']({'port':0x232b});function request(_0x3739e1,_0x54a77e){return new BPromise(function(_0x3e7a4f,_0xe354a){return client[_0x2739('0x3')](_0x3739e1,_0x54a77e)[_0x2739('0x4')](function(_0x547d7d){if(_0x547d7d['error']){return _0xe354a(_0x547d7d['error'][_0x2739('0x5')]);}else{return _0x3e7a4f(_0x547d7d[_0x2739('0x6')]);}})['catch'](function(_0x292129){return _0xe354a(_0x292129);});});}exports[_0x2739('0x7')]=function(_0x2c3157,_0x27c9c4){return request('SendMail',{'account':_0x2c3157,'message':_0x27c9c4});};