MailWizz 2.4.3 – Email Marketing Application

Download free php scripts

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.

Premium PHP Scripts. Join membership for Free Download

Product Description

  • Product Type: OSS
  • Versions: Premium
  • File: Complete
  • Usage: Unlimited Domain
  • License: The Laravel framework
  • License URI: MIT license

Server Requirements

  • Linux operating system (windows might work but not supported)
  • Apache Webserver – version 2.x
  • PHP >= 7.2
  • MySQL(>= 5.7) or MariaDB, with InnoDB storage engine.
  • Cron Jobs access (linux cron jobs not web crons)

MailWizz PHP Scripts Features

  • CDN settings
  • Customer groups
  • Overview dashboard
  • Customer settings
  • Surveys overview
  • Users management
  • Campaigns overview
  • Email block requests
  • Zones database
  • User groups
  • Social links
  • Messages
  • Languages
  • Email blacklist
  • Common settings
  • Pages
  • Email blacklist settings
  • IP location services
  • Email templates settings
  • Countries database
  • Email templates
  • MaxMind database
  • Sending domains
  • API settings
  • Feedback loop servers
  • Login logs
  • SPF/DKIM settings
  • Delivery servers
  • Campaigns settings
  • Customisation settings
  • Articles
  • Themes
  • Quick support access
  • Bounce servers
  • Mass emails
  • List page types
  • License settings
  • Email lists overview
  • 2FA settings
  • Import/Export settings
  • Blacklist monitors
  • Extensions
  • Tracking domains
  • Email box monitors
  • Customers overview

How to install & use Plugin

  • Unzip the archive containing the MailWizz application.
  • In the resulted folder, you’ll find a folder named “latest”. Upload the contents of that folder on your web hosting account, in the document root, that is, /home/username/public_html most likely.Please note that if you already have another web app installed in your document root(i.e: wordpress), it is better to create a new folder inside the document root, say mailer ( /home/username/public_html/mailer/) and put the files there.
  • Point your browser to the install directory, i.e: https://www.domain.com/install/index.php
  • After installing, make sure you remove the install folder from your host ( the folder that is called install ).
  • Visit https://www.mydomain.com/backend to get started
  • Read the Get Started steps.

Changelog

History


--- Version 2.4.3 - 2024-02-05


[ADD] - Added the new interactive command named delete-email-blacklist-by-criteria that deletes the email blacklists based on a date range and reason criteria[ADD] - Added ability to set the IP Pool for Sendgrid delivery servers[BUG] - The campaigns could not be deleted in the backend and cli if the customer owning it would have "Can delete own campaigns" set to No. This was corrected[BUG] - The campaigns share stats were sent only to the first email address from the comma separated list. This was corrected[BUG] - Cancelling bulk deletion in the customer area is still deleting the campaigns[MSC] - Overall fixes[UPD] - Updated composer packages


--- Version 2.4.2 - 2024-01-29


[ADD] - Added new statistics graph for the campaigns delivery stats in the campaign overview and for the backend/customer area dashboards[ADD] - Added the possibility to archive campaigns that are sent[CHG] - Made room for a future High Volume Sender extension[ADD] - Added ability for segments to filter subscribers that did not open and/or did not click campaigns, in addition to the existing ability to select subscribers that did open and did click campaigns[ADD] - Added status failed for the transactional emails. Now, after 3 unsuccessful retries, the emails status will become failed instead of sent[BUG] - We were counting the delivery servers marked for deletion when calculating a customer maximum allowed quota for servers, resulting in not allowing the creation of new servers[Add] - Added Brevo as delivery server type using web api[ENH] - In order to prevent template engine syntax errors, we're now doing syntax validation check if the template engine is enabled[MSC] - Overall fixes[UPD] - Updated composer packages


--- Version 2.4.1 - 2024-01-08


[BUG] - Some API endpoints were missing from the permissions list for an API key, making them forbidden when using permissions[ADD] - Added campaign_can_be_blocked filter hook[MSC] - Overall fixes[UPD] - Updated composer packages


--- Version 2.4.0 - 2024-01-04


[ADD] - Added delivery_servers_{before,after}_pick_server filter hooks[CHG] - The DeliveryServer::pickServer method moved to DeliveryServer::handlePickServer. DeliveryServer::pickServer only calls the above hooks and DeliveryServer::pickServer[CHG] - When counting subscribers for backend dashboard, we exclude the ones from deleted or archived lists[ADD] - Added delivery server quota for second and minute[BUG] - Delivery servers would require validation when changing an attribute that does not require validation[CHG] - We changed the way we count and find subscribers for segments using the ANY operator, improving performance dramatically[MSC] - Overall fixes[UPD] - Updated composer packages


--- Version 2.3.9 - 2023-12-04


[BUG] - Fix bulk delete of email blacklist when not all selected records would be deleted[CHG] - Abuse complaints will be stored per customer specific blacklist if/when the feature is enabled, otherwise, they will stay in the global blacklist[ADD] - Added SMTP server type for GreenArrow[CHG] - XML and JSON feeds will not use cache if they contain dynamic tags in their attributes[ADD] - Added campaign_model_postpone_seconds_count filter hook[ADD] - Ability to send an email notification to the customer with the DNS Records to add, when a sending domain is created in the backend[ADD] - Added {user|customer}_login_remember_me_default_value filter hooks to determine if the remember me checkbox at login is checked or not by default[ADD] - Added a new command: delete-expired-sessions, to delete expired sessions from database[ADD] - The new delete-expired-sessions command will also run in the daily cron job, automatically[ADD] - Added the ability to limit the number of list custom fields for customers/customer groups


--- Version 2.3.8 - 2023-11-14


[ADD] - Added new endpoints for creating/updating/deleting list subscribers segments.[ADD] - Added new endpoint to retrieve the list segments operators[ADD] - Now the campaigns endpoint can filter the campaigns based on the list_uid[ADD] - Exposing the field_id for the list field values endpoint[ADD] - Added new endpoints for creating/updating/deleting list fields.[ENH] - For delivery servers, you can now have multiple "use for" cases[ENH] - For test emails in campaigns, delivery servers where "use for" is set for test emails will be selected first, if they exist. If not, the ones for campaigns will be used.[ENH] - For test emails in lists(templates), delivery servers where "use for" is set for test emails will be selected first, if they exist. If not, the ones for lists will be used.[ADD] - Added list_field_builder_type_[FIELD_TYPE]crud_build_field_array filter hooks [ENH] - Email box Monitors now check the Subject header as well; best for List-Unsubscribe header auto-generated emails [ADD] - Added config.shiftEnterMode = CKEDITOR.ENTER_BR; to ckeditor configuration [ENH] - EmailBoxMonitor can now decode and read base64 encoded messages as well and it will also look in the email subject [ADD] - Added ability for force the FROM NAME on delivery servers [CHG] - Deprecated DeliveryServer::sendEmail method in favour of DeliveryServer::send. Calling DeliveryServer::sendEmail will still work but will trigger a deprecation notice. [ADD] - Added console_send_campaigns_command{find|count}_subscribers filter hooks[BUG] - Fixed the CSS issues for GrapesJS[MSC] - Overall fixes[UPD] - Updated composer packages

Files To Download

File
mailwizz_v2_4_3.zip
  • Version 2.4.3
  • Release Date 05-02-2024
  • License & Support BUY
  • File Size 362.71 MB
  • File Count 1
  • Download 1
  • Create Date 15-02-2025
  • Last Updated 18-02-2026
Not a member, please Register

Downloading Instruction

The MailWizz 2.4.3 – Email Marketing Application PHP Script file(s) can be downloaded as a compressed file (zip, rar format).

File(s) you just downloaded can be uploaded directly to your server or WordPress, though some files may require extraction before installation. We ensure that all files are clean and safe, free from malware or viruses. Please remember that the downloaded file do not come with official support or updates. Using the official version is always recommended for security and stability.

Just click on the link (blue / green button in color) to download it to your computer.​



Disclaimer

  • The item listed in memsuka.com listing is developed by third-party developer.
  • We are not associated with nor is endorsed by any of the third party developers or trademark owners mentioned in this site. Any mention of these companies is merely for understanding of clients not misled as to the original source of the product.
  • We do not offer any additional services from developers, such as product customization or license keys.
  • We would always encourage clients to purchase direct from developer in case they are interested in premium plugin/theme related support & official updates.
  • We are Ads free download services.
  • The downloaded product:
    • is intended for testing purposes only.
    • 100% Free From Viruses & Free From Malware
    • for Unlimited Use