Built motion from commit f0b1811d.|2.6.6
[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 _0xbc11=['request','then','error','result','SendMail','bluebird','jayson/promise','client'];(function(_0x1c209b,_0x5e4c92){var _0x3a591a=function(_0x2da9fd){while(--_0x2da9fd){_0x1c209b['push'](_0x1c209b['shift']());}};_0x3a591a(++_0x5e4c92);}(_0xbc11,0x195));var _0x1bc1=function(_0x58dd16,_0x19e7cc){_0x58dd16=_0x58dd16-0x0;var _0x49e8eb=_0xbc11[_0x58dd16];return _0x49e8eb;};'use strict';var BPromise=require(_0x1bc1('0x0'));var jayson=require(_0x1bc1('0x1'));var client=jayson[_0x1bc1('0x2')]['http']({'port':0x232b});function request(_0x592001,_0x561e6e){return new BPromise(function(_0xb66d73,_0x287ab4){return client[_0x1bc1('0x3')](_0x592001,_0x561e6e)[_0x1bc1('0x4')](function(_0x193a61){if(_0x193a61['error']){return _0x287ab4(_0x193a61[_0x1bc1('0x5')]['message']);}else{return _0xb66d73(_0x193a61[_0x1bc1('0x6')]);}})['catch'](function(_0x51fc38){return _0x287ab4(_0x51fc38);});});}exports['sendMailMessage']=function(_0x1d2ad1,_0x299f23){return request(_0x1bc1('0x7'),{'account':_0x1d2ad1,'message':_0x299f23});};