Built motion from commit b58257bb.|2.5.37
[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 _0xd655=['bluebird','nodemailer-plugin-inline-base64','use','compile','sendMail','toString','prototype','verify'];(function(_0x263b0e,_0xc6479f){var _0x113fee=function(_0x803881){while(--_0x803881){_0x263b0e['push'](_0x263b0e['shift']());}};_0x113fee(++_0xc6479f);}(_0xd655,0x120));var _0x5d65=function(_0x1ebce2,_0x10e903){_0x1ebce2=_0x1ebce2-0x0;var _0x4a330c=_0xd655[_0x1ebce2];return _0x4a330c;};'use strict';var nodemailer=require('nodemailer');var BPromise=require(_0x5d65('0x0'));var inlineBase64=require(_0x5d65('0x1'));function EmailSmtp(){}EmailSmtp['prototype']['send']=function(_0xe343fb,_0x4d56a2){return new BPromise(function(_0x11f80c,_0x37770d){var _0x313724=nodemailer['createTransport'](_0xe343fb);_0x313724[_0x5d65('0x2')](_0x5d65('0x3'),inlineBase64());_0x313724[_0x5d65('0x4')](_0x4d56a2,function(_0x56a807,_0xaf5bbf){if(_0x56a807){_0x37770d(_0x56a807[_0x5d65('0x5')]());}else{_0x11f80c(_0xaf5bbf);}});});};EmailSmtp[_0x5d65('0x6')][_0x5d65('0x7')]=function(_0x2a1d10){return new BPromise(function(_0x31604a,_0x136b0f){var _0x4f8f88=nodemailer['createTransport'](_0x2a1d10);_0x4f8f88['verify'](function(_0x4e5f60,_0x35a54c){if(_0x4e5f60){_0x136b0f(_0x4e5f60[_0x5d65('0x5')]());}else{if(_0x35a54c){_0x31604a(_0x35a54c);}else{_0x136b0f('Not\x20verifired');}}});});};module['exports']=EmailSmtp;