Built motion from commit 1fa89557.|2.6.10
[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 _0xc44c=['message','result','sendMailMessage','bluebird','jayson/promise','http','then','error'];(function(_0x225bbd,_0x378910){var _0x44fd36=function(_0x3c40ec){while(--_0x3c40ec){_0x225bbd['push'](_0x225bbd['shift']());}};_0x44fd36(++_0x378910);}(_0xc44c,0x18b));var _0xcc44=function(_0x17fa4b,_0x192fec){_0x17fa4b=_0x17fa4b-0x0;var _0x14edee=_0xc44c[_0x17fa4b];return _0x14edee;};'use strict';var BPromise=require(_0xcc44('0x0'));var jayson=require(_0xcc44('0x1'));var client=jayson['client'][_0xcc44('0x2')]({'port':0x232b});function request(_0x20b516,_0x199b5d){return new BPromise(function(_0x35e82b,_0x1595f7){return client['request'](_0x20b516,_0x199b5d)[_0xcc44('0x3')](function(_0x3d139a){if(_0x3d139a['error']){return _0x1595f7(_0x3d139a[_0xcc44('0x4')][_0xcc44('0x5')]);}else{return _0x35e82b(_0x3d139a[_0xcc44('0x6')]);}})['catch'](function(_0x130fb6){return _0x1595f7(_0x130fb6);});});}exports[_0xcc44('0x7')]=function(_0x1506b4,_0x35c686){return request('SendMail',{'account':_0x1506b4,'message':_0x35c686});};