Code

Discussion on MailWizz - Email Marketing Application

Discussion on MailWizz - Email Marketing Application

Cart 18,959 sales
Recently Updated

twisted1919 does not currently provide support for this item.

4424 comments found.

Hello,

Can you help provide troubleshooting tips? All is working except for the SMTP connection. I’m using InMotion VPS as a server.

Hello,

Please search the error you get in our forums, see if you get any insights (https://forum.mailwizz.com). Alternatively, you can also ask your hosting if they block your connection. If none of these applies, you will have to open a support ticket at https://forum.mailwizz.com/ (you will need a support pack from https://www.mailwizz.com/support-packs) and include there the exact error message you get(it might contain private data) and we’ll se eif its something fixable from our end.

Best

Demo link is not directing properly “it is not working”

Hello,

Please try it from https://www.mailwizz.com/demo/

Best

alekksa

alekksa Purchased

​Hi, I moved Mailwizz application to a new domain. I followed all necessary steps, and everything works.

Only the email template builder still wants to load assets (like editor icons; move, drag, copy etc) from the old domain URL. Is there a setting for this?

Hello,

backend > settings > system urls and click regenrate.

Best

alekksa

alekksa Purchased

Hello, Thank you for the info. I’ve noticed that if I copy old template, created on old domain, the assets url is pointing to old domain. If I create new tempate, everything works fine. Not much of a problem, I will recreate template on new domain and not just copy old one. Thank you for your support.

When I tried to import a 3k list, it created duplicate entries for every subscriber email. How can this be solved? I’m using the latest version, and the list does not have duplicates before import, but after importing, each subscriber appears duplicated.

Hello,

This does not sound right, MailWizz does efforts to avoid duplicates in lists. If you are using email validation extensions, try to disable them and re-import then. If this isn’t the case, you will have to open a support ticket so we have a look, please see https://www.mailwizz.com/support-packs/ and https://forum.mailwizz.com/

Best

T3Kaos Purchased

ISSUE: We are experiencing an issue with setting up SparkPost as our delivery server? We keep getting the following error:

Client error: `POST https://api.sparkpost.com/api/v1/webhooks` resulted in a `401 Unauthorized` response: {“errors”: [ {“message”: “Unauthorized.”} ]}

And this is despite having a valid API key from SparkPost.

T3Kaos Purchased

ADDITIONAL: When attempting to add an image or upload an image, either via the server or customer, you get an Error 403, for the filemanager? Is there a setting toggle I’m missing somewhere?

T3Kaos Purchased

ADDITIONAL: When a user attempts to click Test Template on the Campaign Template, they get an error stating ‘Email delivery is temporary disabled.’ Where do I fix this?

Hello,

You have an option for an EU endpoint, you can use that, its as simple as possible, so I am not even sure why we’re having this discussion anymore, but if you need more info, do let me know and i’ll do my best to answer.

For the filemanager, please see https://www.mailwizz.com/kb/enable-the-file-manager-for-editor-files/

For the temporary error see https://www.mailwizz.com/kb/why-do-i-get-this-error-email-delivery-is-temporary-disabled/

Generally speaking, you will find answers to almost all your questions either in the KB or on the forums. If you don’t, then you will need to get a support pack and open a support ticket. See https://www.mailwizz.com/support-packs/ and https://forum.mailwizz.com/

Best.

Can this script work on shared hosting or only VPS??

Hello,

Yes. Given it meets the minimum requirements: https://www.mailwizz.com/faq/what-kind-of-hosting-do-i-need/

Best

ictaros

ictaros Purchased

There is a strange issue with resetting license when I moved to a new host

I followed all the instructions, resetted the license and re-entered the entire license on backend and click on save.

This is the error I get:

Client error: `POST https://www.mailwizz.com/api/license/verify` resulted in a `422 Unprocessable Entity` response: {errors provide the license key”},message error”,status“}

The license key is full and correct (no xxxxx at the end). It is the full license from Envato Marketplace which I’ve bought in 2016.

License resetted but the error seem to persist no matter what I try

Hello,

Seems that you’re using an older version of MailWizz, please upgrade to latest version then try again.

Best

License error after moving to a new VPS

Hi, I moved the MailWizz installation to a new VPS but use the same domain but different IP. Unfortunately I get now the following error:

{errors license is already registered to another MailWizz instance”},message error”,status“} Client error: `POST https://www.mailwizz.com/api/license/verify` resulted in a `422 Unprocessable Entity` response: {errors license is already registered to another MailWizz instance”},message error”,”s (truncated…)

I do not post the purchase code here, i guess is not needed because you see it in my account.

Unable to write the configuration file! what that mean

If you try to re-install the app, make sure you remove the existing configuration file at apps/common/config/main-custom.php

After install get an error 500

× The extension “CKeditor” needs updating from version 1.2.5 to version 1.2.5! Please click here to run the update!

Error 500! Alias “ext-search.common.models.*” is invalid. Make sure it points to an existing directory or file.

Hello,

I am sorry to hear that, you seem to be having more issues than expected. The error you’re getting is related to the fact not all your files where copied to your hosting account, so please try to upload them again and make sure no file fails uoploading.

Best

can yall email mailwizz 2.0

Hello, Does this tool also allow cleaning email lists, for example by removing invalid addresses or duplicates? Thank you for your feedback.

Hello,

Yes for both, but for the real email validation to see for real if an email address exists, you need to connect an email verification service, MailWizz offers a few options for this, all of them 3rd-party, paid.

Best

My install page shows code instead of reg install like this:: How do I fix it?

<?php

/** * Install bootstrap file * * @package MailWizz EMA * @author Serban George Cristian <cristian.serban@mailwizz.com> * @link https://www.mailwizz.com/ * @copyright MailWizz EMA (https://www.mailwizz.com) * @license https://www.mailwizz.com/license/ * @since 1.0 */

// start the session since we will hold various data in session. session_start();

// since this is production, stay silent ini_set(‘display_errors’, 0); error_reporting(0);

// make sure we have enough time and memory set_time_limit(0); ini_set(‘memory_limit’, -1);

// stay utc if (function_exists(‘date_default_timezone_set’)) { date_default_timezone_set(‘UTC’); }

// a few constants that will be used later. Some of them for reference only define(‘MW_NAME’, ‘MailWizz EMA’); define(‘MW_VERSION’, ‘1.9.48’); define(‘MW_IS_CLI’, php_sapi_name() == ‘cli’ || (!isset($_SERVER[‘SERVER_SOFTWARE’]) && !empty($_SERVER[‘argv’]))); define(‘MW_ROOT_PATH’, realpath(dirname(FILE) . ’/..’));

Hello,

Seems PHP is not executed on your server, this is a setup problem on your server, you’ll have to contact your hosting to fix this for you, is not MailWizz related.

Best.

I’m getting error 500 when I’m trying to access customers. please help

Error 500!

The directory ”/home/mailservicemachine/public_html/apps/common/runtime/mutex” is not writable.

Hello,

Just make sure that directory actually exists and is writable by the web server, chmod it to 0777 ( /home/mailservicemachine/public_html/apps/common/runtime/mutex ). This will solve your issue, its really simple.

If you need further help, please open a support ticket.

Best

Hi,

Could you please let me know that the email rotation feature (sending with multiple SMTP delivery servers) work properly?

When I tried before, Mailwizz was skipping emails/recipients and logs showed the delivery server as invalid. But when sending with just one delivery server, it worked fine and showed it as valid.

I’m using shared hosting with SMTP delivery servers. Mailwizz works fine overall, but causes issues during email rotation. My support has expired, but I’ll renew it if this issue can be resolved.

Looking forward to a detailed reply. Thanks.

Hello,

You will want to enable resending of failed emails. See https://forum.mailwizz.com/threads/give-up-status.5913/ for example. Or search the forums for “resend giveups”.

Best

Stambol Purchased

Yes, you can use add custom domains for the landing pages. But keep in mind your web server must be able to route these domains to your MailWizz app.

HOW TO DO THIS if you dont have a plan for landing page

Hello, Thank you for reaching out, we’re here to help!

For MailWizz support, please open a support ticket at https://forum.mailwizz.com/ and someone from the support staff will assist you asap.

Best.

Stambol Purchased

I login in Demo Customer so where to see subscribe option i want to buy saas version but first to check all function

Hello, Thank you for reaching out, we’re here to help!

For MailWizz support, please open a support ticket at https://forum.mailwizz.com/ and someone from the support staff will assist you asap.

Best.

Hi MailWizz Team,

I’m reaching out to ask if there’s a way to send cold emails using MailWizz without automatically including footer information, similar to what platforms like Instantly.ai and Smartlead allow.

Additionally, it would be great if you could consider updating the platform in a future release to better support cold email outreach — including a more modern, streamlined interface like those tools offer for cold campaigns.

This would make MailWizz much more competitive for users focused on cold outreach.

Looking forward to your feedback!

Hello,

MailWizz is not to be used for cold emails, that will mark you as someone who sends spam.

Best

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey