MailWizz - Email Marketing Application 2.4.8

Download MailWizz - Email Marketing Application 2.4.8 from nulled fire. MailWizz EMA is a simple to use, efficient and full-featured email marketing application
[CHG] - List-Unsubscribe header will not use the unsubscribe direct functionality anymore. Sometimes that would cause spam filters to unsubscribe subscribers without any good reason.
[ADD] - Added [CAMPAIGN_TYPE] tag to be parsed in campaign
[ENH] - Added support for '<media:content url="..." medium="..." />' in CampaignXmlFeedParser
[BUG] - Fix email blacklist bulk export contents which was broken when blacklist reason contained white spaces
[ADD] - Added PMTA endpoint to process bounces, complaints, etc. Available at Domain.com Must include Message-Id header in payload (header_Message-Id in pmta config)
[ADD] - Added ability to select page size for subscribers list
[ADD] - Added campaign_model_search_data_provider_config filter hook
[IMP] - More aggresive delivery server domain policies check
[IMP] - Timewarp is now a little smarter and does not wait 24 hours to complete a campaign
[SEC] - Fixed two XSS issues on campaign creation page
[IMP] - Send campaigns command now pre-calculates customer data in parallel, improving the sending process by at least 100%
[IMP] - Domain policies will never end up blocking delivery from now on. Will move on after the retries are complete
[IMP] - Application log now shows the 404 errors in a different tab to avoid cluttering
[IMP] - Queue tables now verify the number of subscribers they have against the original list and will be reprocessed if not all subscribers were queued
[CHG] - Default Feedback-ID header value changed from [CAMPAIGN_UID]:[SUBSCRIBER_UID]:[LIST_UID]:[CUSTOMER_UID] to [CAMPAIGN_UID]:[CAMPAIGN_TYPE]:[LIST_UID]:[CUSTOMER_UID]
[ADD] - Added --pcntl= flag to send-campaigns command to overwrite the web interface settings
[ADD] - Added the "stats" endpoint for campaigns to retrieve stats via API
[ADD] - Collect error messages to send them in the email overview after a queue list import is done
[BUG] - Fix the issue where campaign would not send to giveups
[ADD] - Add honeypot fields to subscribe form and survey
[ADD] - Added ability to embed the recpatcha code in the form so it can be embed externally
[ADD] - Added 'started_at' to grid for campaigns
[CHG] - When defining subscribers copy/move actions from campaigns, now the actions on subscribe/unsubscribe defined in the list itself are taken into consideration
[BUG] - Fix a but in the surveys generated urls when in campaign web version
[ADD] - Added dynamic segment conditions for campaigns actions like opens and clicks with time intervals
[IMP] - More in-depth automatically timezone detection for displaying date/time values
[MSC] - Overall fixes