Built motion from commit 092f8824.|2.5.49
[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 _0x2f7e=['catch','SendMail','jayson/promise','client','http','request','then','error','result'];(function(_0x44ee61,_0x56a495){var _0x1fee67=function(_0x4ff424){while(--_0x4ff424){_0x44ee61['push'](_0x44ee61['shift']());}};_0x1fee67(++_0x56a495);}(_0x2f7e,0x9b));var _0xe2f7=function(_0x1e1fa5,_0x8e7afc){_0x1e1fa5=_0x1e1fa5-0x0;var _0x46fb7a=_0x2f7e[_0x1e1fa5];return _0x46fb7a;};'use strict';var BPromise=require('bluebird');var jayson=require(_0xe2f7('0x0'));var client=jayson[_0xe2f7('0x1')][_0xe2f7('0x2')]({'port':0x232b});function request(_0x40839f,_0x322da9){return new BPromise(function(_0x5ed76b,_0x213138){return client[_0xe2f7('0x3')](_0x40839f,_0x322da9)[_0xe2f7('0x4')](function(_0x5e3db5){if(_0x5e3db5[_0xe2f7('0x5')]){return _0x213138(_0x5e3db5[_0xe2f7('0x5')]['message']);}else{return _0x5ed76b(_0x5e3db5[_0xe2f7('0x6')]);}})[_0xe2f7('0x7')](function(_0x5c3743){return _0x213138(_0x5c3743);});});}exports['sendMailMessage']=function(_0x4c0c3a,_0x4fa754){return request(_0xe2f7('0x8'),{'account':_0x4c0c3a,'message':_0x4fa754});};