Built motion from commit efa66e19.|2.6.22
[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 _0xb8ce=['catch','SendMail','jayson/promise','http','request','then','error','message','result'];(function(_0x2ed8c9,_0x529013){var _0x49930e=function(_0x2f7740){while(--_0x2f7740){_0x2ed8c9['push'](_0x2ed8c9['shift']());}};_0x49930e(++_0x529013);}(_0xb8ce,0x13d));var _0xeb8c=function(_0x12ca3b,_0x3e1ef5){_0x12ca3b=_0x12ca3b-0x0;var _0x3372d8=_0xb8ce[_0x12ca3b];return _0x3372d8;};'use strict';var BPromise=require('bluebird');var jayson=require(_0xeb8c('0x0'));var client=jayson['client'][_0xeb8c('0x1')]({'port':0x232b});function request(_0xf793be,_0x1d7d91){return new BPromise(function(_0x122061,_0x55d3ca){return client[_0xeb8c('0x2')](_0xf793be,_0x1d7d91)[_0xeb8c('0x3')](function(_0x11c5b7){if(_0x11c5b7['error']){return _0x55d3ca(_0x11c5b7[_0xeb8c('0x4')][_0xeb8c('0x5')]);}else{return _0x122061(_0x11c5b7[_0xeb8c('0x6')]);}})[_0xeb8c('0x7')](function(_0x161099){return _0x55d3ca(_0x161099);});});}exports['sendMailMessage']=function(_0x3ba01c,_0x3615dc){return request(_0xeb8c('0x8'),{'account':_0x3ba01c,'message':_0x3615dc});};