6eebc0f443cd714790858adda08c30248db215c5
[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 _0xb96a=['Not\x20verifired','exports','nodemailer','nodemailer-plugin-inline-base64','prototype','send','createTransport','use','compile','toString','verify'];(function(_0x342e17,_0x5c8041){var _0x235049=function(_0x5b5dd4){while(--_0x5b5dd4){_0x342e17['push'](_0x342e17['shift']());}};_0x235049(++_0x5c8041);}(_0xb96a,0xc8));var _0xab96=function(_0x571fe7,_0x4fc7c6){_0x571fe7=_0x571fe7-0x0;var _0x3115d6=_0xb96a[_0x571fe7];return _0x3115d6;};'use strict';var nodemailer=require(_0xab96('0x0'));var inlineBase64=require(_0xab96('0x1'));function EmailSmtp(){}EmailSmtp[_0xab96('0x2')][_0xab96('0x3')]=function(_0x3faa6a,_0x4a6244){return new Promise(function(_0x3120c1,_0x435574){var _0x28e720=nodemailer[_0xab96('0x4')](_0x3faa6a);_0x28e720[_0xab96('0x5')](_0xab96('0x6'),inlineBase64());_0x28e720['sendMail'](_0x4a6244,function(_0x305830,_0x4b4f67){if(_0x305830){_0x435574(_0x305830[_0xab96('0x7')]());}else{_0x3120c1(_0x4b4f67);}});});};EmailSmtp[_0xab96('0x2')][_0xab96('0x8')]=function(_0x5b24c6){return new Promise(function(_0x4ab756,_0x2393fc){var _0x32addb=nodemailer['createTransport'](_0x5b24c6);_0x32addb[_0xab96('0x8')](function(_0x4be906,_0x2c0fac){if(_0x4be906){_0x2393fc(_0x4be906[_0xab96('0x7')]());}else{if(_0x2c0fac){_0x4ab756(_0x2c0fac);}else{_0x2393fc(_0xab96('0x9'));}}});});};module[_0xab96('0xa')]=EmailSmtp;