Built motion from commit 9d1906d1.|2.5.40
[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 _0x6a97=['send','use','compile','toString','prototype','verify','createTransport','nodemailer','bluebird','nodemailer-plugin-inline-base64'];(function(_0x4c2204,_0x3faa4a){var _0xd07bbb=function(_0x59433b){while(--_0x59433b){_0x4c2204['push'](_0x4c2204['shift']());}};_0xd07bbb(++_0x3faa4a);}(_0x6a97,0x13d));var _0x76a9=function(_0x466e57,_0x21b819){_0x466e57=_0x466e57-0x0;var _0x34df42=_0x6a97[_0x466e57];return _0x34df42;};'use strict';var nodemailer=require(_0x76a9('0x0'));var BPromise=require(_0x76a9('0x1'));var inlineBase64=require(_0x76a9('0x2'));function EmailSmtp(){}EmailSmtp['prototype'][_0x76a9('0x3')]=function(_0x23e92c,_0x3a4977){return new BPromise(function(_0x480f6c,_0x2c7426){var _0xbdd49a=nodemailer['createTransport'](_0x23e92c);_0xbdd49a[_0x76a9('0x4')](_0x76a9('0x5'),inlineBase64());_0xbdd49a['sendMail'](_0x3a4977,function(_0x1f3b74,_0x440246){if(_0x1f3b74){_0x2c7426(_0x1f3b74[_0x76a9('0x6')]());}else{_0x480f6c(_0x440246);}});});};EmailSmtp[_0x76a9('0x7')][_0x76a9('0x8')]=function(_0x204cbf){return new BPromise(function(_0x3e3267,_0x112708){var _0x46fbc5=nodemailer[_0x76a9('0x9')](_0x204cbf);_0x46fbc5[_0x76a9('0x8')](function(_0x1c0dcb,_0x12ab1e){if(_0x1c0dcb){_0x112708(_0x1c0dcb[_0x76a9('0x6')]());}else{if(_0x12ab1e){_0x3e3267(_0x12ab1e);}else{_0x112708('Not\x20verifired');}}});});};module['exports']=EmailSmtp;