» » MailWizz v1.4.1 - Email Marketing Application

MailWizz v1.4.1 - Email Marketing Application

MailWizz v1.4.1 - Email Marketing Application

MailWizz EMA is a simple to use, efficient and full-featured email marketing application with an impressive features set. With MailWizz not only that you will be able to properly handle email marketing for your own purposes but you can also become an Email Service Provider for your customers, since MailWizz integrates easily with payment gateways like Paypal and it offers all the needed tools to create pricing plans, promotional codes and to manage orders and transactions created by your customers.

Demo: https://codecanyon.net/item/mailwizz-email-marketing-application/6122150

http://hfiles.ro/download/mailwizz_141.rar/1610427
http://www.mirrorcreator.com/files/1RDE8XUN/mailwizz-141.rar_links
http://www1.zippyshare.com/v/XNNY5tW9/file.html
http://userscloud.com/n4ism6jo78s7
https://www.sendspace.com/file/ukci27
https://www.mupload.net/to34cflds8vc
https://oload.stream/f/kIza9S-xPhY/mailwizz-141.rar
http://www.mediafire.com/file/a9ks9lrdz8u4j5q/mailwizz-141.rar
http://ul.to/h8ciozkg

This file has UNTOUCHED status - (original developer code without any tampering done)

Related Articles

Comments(5)

    1. aravindha wrote:
      looks like we need purchase code.
    2. Skytechers wrote:
      Yeah it asks purchase code any help from admin please?
    3. bspsk1234 wrote:
      1. Look for the file : install/controllers/WelcomeController.php

      2. Copy the below code Replace the complete content with existing:


      <?php defined('MW_INSTALLER_PATH') || exit('No direct script access allowed');



      class WelcomeController extends Controller
      {
      public function actionIndex()
      {
      // start clean
      $_SESSION = array();

      $this->validateRequest();

      if (getSession('welcome')) {
      redirect('index.php?route=requirements');
      }

      $this->data['marketPlaces'] = $this->getMarketPlaces();

      $this->data['pageHeading'] = 'Welcome';
      $this->data['breadcrumbs'] = array(
      'Welcome' => 'index.php?route=welcome',
      );

      $this->render('welcome');
      }

      protected function validateRequest()
      {
      if (!getPost('next')) {
      return;
      }

      $licenseData = array(
      'first_name' => 'NULLED',
      'last_name' => 'NULLED',
      'email' => '[email protected]',
      'market_place' => 'envato',
      'purchase_code' => 'NULLED',
      );

      setSession('license_data', $licenseData);
      setSession('welcome', 1);
      }

      public function getMarketPlaces()
      {
      return array(
      'envato' => 'Envato Market Places',
      'mailwizz' => 'Mailwizz Website',
      );
      }

      }
      1. kingmadhu wrote:
        Worked Thank you
    4. zapragartiast wrote:
      it would be better if admin can share v1.4.3

Add a Comment / Request Re-upload / Post Mirror Links

Information
Guests are not allowed to comment. Please register for a free account.