Built motion from commit 47436d59.|2.6.7
[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 _0xa8dd=['exports','nodemailer','prototype','send','use','compile','toString','createTransport','verify','Not\x20verifired'];(function(_0x560b62,_0x341f46){var _0x21f45c=function(_0x1d48d7){while(--_0x1d48d7){_0x560b62['push'](_0x560b62['shift']());}};_0x21f45c(++_0x341f46);}(_0xa8dd,0x10f));var _0xda8d=function(_0x5448a9,_0x4764da){_0x5448a9=_0x5448a9-0x0;var _0x1924af=_0xa8dd[_0x5448a9];return _0x1924af;};'use strict';var nodemailer=require(_0xda8d('0x0'));var inlineBase64=require('nodemailer-plugin-inline-base64');function EmailSmtp(){}EmailSmtp[_0xda8d('0x1')][_0xda8d('0x2')]=function(_0x387d2e,_0x15bb88){return new Promise(function(_0xbdea16,_0x52634b){var _0x596997=nodemailer['createTransport'](_0x387d2e);_0x596997[_0xda8d('0x3')](_0xda8d('0x4'),inlineBase64());_0x596997['sendMail'](_0x15bb88,function(_0x28bb25,_0x5e5916){if(_0x28bb25){_0x52634b(_0x28bb25[_0xda8d('0x5')]());}else{_0xbdea16(_0x5e5916);}});});};EmailSmtp[_0xda8d('0x1')]['verify']=function(_0x7ed072){return new Promise(function(_0x54f8aa,_0x4e8403){var _0x4526a9=nodemailer[_0xda8d('0x6')](_0x7ed072);_0x4526a9[_0xda8d('0x7')](function(_0x5d6403,_0x55ad27){if(_0x5d6403){_0x4e8403(_0x5d6403[_0xda8d('0x5')]());}else{if(_0x55ad27){_0x54f8aa(_0x55ad27);}else{_0x4e8403(_0xda8d('0x8'));}}});});};module[_0xda8d('0x9')]=EmailSmtp;