1c7b1cae562d3da1ad4ae025ec598cfc60666cd6
[motion2.git] / server / services / email / lib / smtp.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 _0x7838=['exports','nodemailer','bluebird','nodemailer-plugin-inline-base64','prototype','send','createTransport','use','compile','verify','toString','Not\x20verifired'];(function(_0x424b56,_0x10cb4f){var _0x4a982c=function(_0x225ec3){while(--_0x225ec3){_0x424b56['push'](_0x424b56['shift']());}};_0x4a982c(++_0x10cb4f);}(_0x7838,0x1b1));var _0x8783=function(_0x376b45,_0x5964fb){_0x376b45=_0x376b45-0x0;var _0x2341b3=_0x7838[_0x376b45];return _0x2341b3;};'use strict';var nodemailer=require(_0x8783('0x0'));var BPromise=require(_0x8783('0x1'));var inlineBase64=require(_0x8783('0x2'));function EmailSmtp(){}EmailSmtp[_0x8783('0x3')][_0x8783('0x4')]=function(_0x54139d,_0x30cb7a){return new BPromise(function(_0xc4e3,_0x4a1830){var _0x433ee0=nodemailer[_0x8783('0x5')](_0x54139d);_0x433ee0[_0x8783('0x6')](_0x8783('0x7'),inlineBase64());_0x433ee0['sendMail'](_0x30cb7a,function(_0x21ae83,_0xac9431){if(_0x21ae83){_0x4a1830(_0x21ae83['toString']());}else{_0xc4e3(_0xac9431);}});});};EmailSmtp['prototype'][_0x8783('0x8')]=function(_0x24b386){return new BPromise(function(_0x1ffb32,_0x198856){var _0x59789e=nodemailer[_0x8783('0x5')](_0x24b386);_0x59789e['verify'](function(_0xe5dba,_0x307a27){if(_0xe5dba){_0x198856(_0xe5dba[_0x8783('0x9')]());}else{if(_0x307a27){_0x1ffb32(_0x307a27);}else{_0x198856(_0x8783('0xa'));}}});});};module[_0x8783('0xb')]=EmailSmtp;