Built motion from commit (unavailable).|2.4.18
[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 _0x8a5b=['createTransport','use','compile','toString','Not\x20verifired','nodemailer','bluebird','prototype','send'];(function(_0x1a8ff0,_0x20788d){var _0x3588bf=function(_0x3b5499){while(--_0x3b5499){_0x1a8ff0['push'](_0x1a8ff0['shift']());}};_0x3588bf(++_0x20788d);}(_0x8a5b,0x1f4));var _0xb8a5=function(_0x3cf070,_0x4c430e){_0x3cf070=_0x3cf070-0x0;var _0x3d835c=_0x8a5b[_0x3cf070];return _0x3d835c;};'use strict';var nodemailer=require(_0xb8a5('0x0'));var BPromise=require(_0xb8a5('0x1'));var inlineBase64=require('nodemailer-plugin-inline-base64');function EmailSmtp(){}EmailSmtp[_0xb8a5('0x2')][_0xb8a5('0x3')]=function(_0x27148e,_0xc49dde){return new BPromise(function(_0x2a3ace,_0x286d13){var _0x3c8887=nodemailer[_0xb8a5('0x4')](_0x27148e);_0x3c8887[_0xb8a5('0x5')](_0xb8a5('0x6'),inlineBase64());_0x3c8887['sendMail'](_0xc49dde,function(_0x1e88d0,_0x214c9c){if(_0x1e88d0){_0x286d13(_0x1e88d0[_0xb8a5('0x7')]());}else{_0x2a3ace(_0x214c9c);}});});};EmailSmtp['prototype']['verify']=function(_0x464af3){return new BPromise(function(_0x170a46,_0x2b27ea){var _0x289727=nodemailer['createTransport'](_0x464af3);_0x289727['verify'](function(_0x2e63d4,_0xde7e97){if(_0x2e63d4){_0x2b27ea(_0x2e63d4[_0xb8a5('0x7')]());}else{if(_0xde7e97){_0x170a46(_0xde7e97);}else{_0x2b27ea(_0xb8a5('0x8'));}}});});};module['exports']=EmailSmtp;