d25659826c2d7179c3fc293c39e9807cd2e01c00
[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 _0x27a8=['send','use','compile','sendMail','verify','createTransport','toString','exports','nodemailer-plugin-inline-base64','prototype'];(function(_0x3fe444,_0x44e441){var _0x2c94bc=function(_0x193bcd){while(--_0x193bcd){_0x3fe444['push'](_0x3fe444['shift']());}};_0x2c94bc(++_0x44e441);}(_0x27a8,0xee));var _0x827a=function(_0x1978a4,_0x3c9196){_0x1978a4=_0x1978a4-0x0;var _0x1fcb5f=_0x27a8[_0x1978a4];return _0x1fcb5f;};'use strict';var nodemailer=require('nodemailer');var inlineBase64=require(_0x827a('0x0'));function EmailSmtp(){}EmailSmtp[_0x827a('0x1')][_0x827a('0x2')]=function(_0x50a752,_0x1e25d3){return new Promise(function(_0x3b93fe,_0x552995){var _0x118a32=nodemailer['createTransport'](_0x50a752);_0x118a32[_0x827a('0x3')](_0x827a('0x4'),inlineBase64());_0x118a32[_0x827a('0x5')](_0x1e25d3,function(_0x10c2eb,_0x12e265){if(_0x10c2eb){_0x552995(_0x10c2eb['toString']());}else{_0x3b93fe(_0x12e265);}});});};EmailSmtp[_0x827a('0x1')][_0x827a('0x6')]=function(_0xc722c0){return new Promise(function(_0x441413,_0x170ed3){var _0x15ce4a=nodemailer[_0x827a('0x7')](_0xc722c0);_0x15ce4a['verify'](function(_0x46311d,_0x27ad2e){if(_0x46311d){_0x170ed3(_0x46311d[_0x827a('0x8')]());}else{if(_0x27ad2e){_0x441413(_0x27ad2e);}else{_0x170ed3('Not\x20verifired');}}});});};module[_0x827a('0x9')]=EmailSmtp;