Built motion from commit a61a4a20.|2.5.46
[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 _0x1b88=['sendMail','toString','verify','Not\x20verifired','prototype','createTransport','use','compile'];(function(_0x1cec84,_0x101ec2){var _0x12b7d3=function(_0x9679d8){while(--_0x9679d8){_0x1cec84['push'](_0x1cec84['shift']());}};_0x12b7d3(++_0x101ec2);}(_0x1b88,0x11c));var _0x81b8=function(_0x46698a,_0x8de1e4){_0x46698a=_0x46698a-0x0;var _0x356db0=_0x1b88[_0x46698a];return _0x356db0;};'use strict';var nodemailer=require('nodemailer');var inlineBase64=require('nodemailer-plugin-inline-base64');function EmailSmtp(){}EmailSmtp[_0x81b8('0x0')]['send']=function(_0x10c29c,_0x367e02){return new Promise(function(_0x56d0ee,_0x1e5e43){var _0x56e6ee=nodemailer[_0x81b8('0x1')](_0x10c29c);_0x56e6ee[_0x81b8('0x2')](_0x81b8('0x3'),inlineBase64());_0x56e6ee[_0x81b8('0x4')](_0x367e02,function(_0x18e3ac,_0x27e902){if(_0x18e3ac){_0x1e5e43(_0x18e3ac[_0x81b8('0x5')]());}else{_0x56d0ee(_0x27e902);}});});};EmailSmtp['prototype'][_0x81b8('0x6')]=function(_0xc6d024){return new Promise(function(_0x23c7c3,_0x314ee0){var _0x38d7d5=nodemailer[_0x81b8('0x1')](_0xc6d024);_0x38d7d5[_0x81b8('0x6')](function(_0x538846,_0x4230e0){if(_0x538846){_0x314ee0(_0x538846['toString']());}else{if(_0x4230e0){_0x23c7c3(_0x4230e0);}else{_0x314ee0(_0x81b8('0x7'));}}});});};module['exports']=EmailSmtp;