29fa6ea88d1d52505c786d76dfc879ea0586fb2e
[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 _0x252f=['exports','nodemailer','nodemailer-plugin-inline-base64','prototype','use','compile','sendMail','createTransport'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x252f,0x199));var _0xf252=function(_0x3b29ce,_0x13de5f){_0x3b29ce=_0x3b29ce-0x0;var _0x57b233=_0x252f[_0x3b29ce];return _0x57b233;};'use strict';var nodemailer=require(_0xf252('0x0'));var inlineBase64=require(_0xf252('0x1'));function EmailSmtp(){}EmailSmtp[_0xf252('0x2')]['send']=function(_0x38d580,_0x478275){return new Promise(function(_0x16fe6b,_0x57a6f7){var _0x5b2aa3=nodemailer['createTransport'](_0x38d580);_0x5b2aa3[_0xf252('0x3')](_0xf252('0x4'),inlineBase64());_0x5b2aa3[_0xf252('0x5')](_0x478275,function(_0x4709a1,_0x527984){if(_0x4709a1){_0x57a6f7(_0x4709a1['toString']());}else{_0x16fe6b(_0x527984);}});});};EmailSmtp[_0xf252('0x2')]['verify']=function(_0x199007){return new Promise(function(_0x4fff9b,_0xaf86f2){var _0xc04aa3=nodemailer[_0xf252('0x6')](_0x199007);_0xc04aa3['verify'](function(_0x212709,_0x5953a5){if(_0x212709){_0xaf86f2(_0x212709['toString']());}else{if(_0x5953a5){_0x4fff9b(_0x5953a5);}else{_0xaf86f2('Not\x20verifired');}}});});};module[_0xf252('0x7')]=EmailSmtp;