MailWizz - Email Marketing Application

MailWizz - Email Marketing Application v2.6.6 Untouched

No permission to download

Schatje

New member
Feb 1, 2021
18
20
3
Have anyone setup Mailwizz with CloudPanel ?
i need some help for Vhost Editor (nginx)

error:

Error 404!​

Unable to resolve the request "customer/index.php/guest/index".

Error 404!​

Unable to resolve the request "backend/index.php/guest/index".
For nginx, you should put this (based on mailwizz KB)

location / {
if (!-e $request_filename){
rewrite ^(/)?api/.*$ /api/index.php;
}
if (!-e $request_filename){
rewrite ^(/)?customer/.*$ /customer/index.php;
}
if (!-e $request_filename){
rewrite ^(/)?backend/.*$ /backend/index.php;
}
if (!-e $request_filename){
rewrite ^(.*)$ /index.php;
}
index index.html index.htm index.php;
}
 
  • Like
Reactions: ecryptom0

ecryptom0

Active member
May 3, 2022
424
128
43
bit.ly
For nginx, you should put this (based on mailwizz KB)

location / {
if (!-e $request_filename){
rewrite ^(/)?api/.*$ /api/index.php;
}
if (!-e $request_filename){
rewrite ^(/)?customer/.*$ /customer/index.php;
}
if (!-e $request_filename){
rewrite ^(/)?backend/.*$ /backend/index.php;
}
if (!-e $request_filename){
rewrite ^(.*)$ /index.php;
}
index index.html index.htm index.php;
}
nice it work! thank you i want to try CloudPanel with mailwizz

May i ask what config is needed to make mailwizz send as fast as possible ?

i have a small list but i want to send them all in a specific time example all in 9 am -10 am, and not xxx mails per hour in the 24 hours of a day. I need the max sending mailwizz can do.

PS i dont have any issues from the smtp side, only mailwizz very slow sending
 

Schatje

New member
Feb 1, 2021
18
20
3
nice it work! thank you i want to try CloudPanel with mailwizz

May i ask what config is needed to make mailwizz send as fast as possible ?

i have a small list but i want to send them all in a specific time example all in 9 am -10 am, and not xxx mails per hour in the 24 hours of a day. I need the max sending mailwizz can do.

PS i dont have any issues from the smtp side, only mailwizz very slow sending
you can explore on smtp/delivery server, maybe on Max. connection messages
 

Hapy

Member
Jun 25, 2020
126
11
18
Hi, Can someone help me with this!. ( When someone signup on to my mailwizz app. I want to show him a message to check his email box and confirm the signup). How can I do this??
 

Yk01y

Member
Sep 23, 2022
90
56
18
Estonia
Hi, Can someone help me with this!. ( When someone signup on to my mailwizz app. I want to show him a message to check his email box and confirm the signup). How can I do this??
Settings ==> customers ==> registration ==> enable email confirmation
 

Schatje

New member
Feb 1, 2021
18
20
3
Code:
--- -------------------------------------------
--- Version 2.1.20 - 2022-10-17
--- -------------------------------------------
[BUG] - RSS/JSON feeds would create duplicate rows when using index based tags 
[ADD] - Added campaign_custom_unsubscribe_url_enabled filter hook
[ADD] - Added campaign_custom_unsubscribe_url_template filter hook
[ADD] - Added the X-Frame-Options header with the SAMEORIGIN value
[BUG] - Fix a bug where the drag and drop builder would encode quotes for background image style attribute
[BUG] - Fix a bug where blank charts when sharing campaign reports
[ENH] - PHP 8.0 and PHP 8.1 better compatibility 
[RMV] - Removed setting the auto_detect_line_endings directive
[ADD] - Added campaign_test_email_delivery_server_use_for filter hook
[ADD] - Added template_test_email_delivery_server_use_for filter hook
[UPD] - Updated Dompdf library to 2.x
[CHG] - Use the official PHP SDK for pepipost 
[ADD] - Option to select all the links to populate a custom field on "Change subscriber custom field on link click"
[MSC] - Overall fixes
[UPD] - Updated composer packages

Untouched version (you can install nulled version first, then update using latest version)
Download from here
 
  • Like
Reactions: jamy and ecryptom0

aaeq16

Member
Jul 13, 2019
97
18
8
Hi! Would anyone know this... Is it possible to track emails when they are opened (not clicked on links)?
 

jamy

Member
Jul 4, 2018
55
15
8
Canada
mizban.ca
See the tutorials because it takes a long time to explain. You must first do the configurations correctly and then activate it when sending an email.
You must configure the domain correctly for this.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu