Dummy Mailer to Simulate Sending

Dummy mailer is a replacement fro swiftmailer and/or phpmailer, so it only applies for servers that use those to send emails, so only for smtp / sendmail / php mail and pickup.
Web API's cannot use this mailer, they connect directly over tcp on port 80 or 443 and deliver the emails, thus the mailer cannot be used.
 
@developer - from our tests yes, it's stable and works okay.
However, you should still have a staging environment which mirrors the live one and run the upgrade there and see how all works then put in on production. This is for your own sanity ;)
 
@twisted1919
2 issue post update
1) For security reasons I want to turn this into a blank screen - https://www.screencast.com/t/mdTnBDRBZpTo ... What is the process?
2) In which field is a country of the subscriber stored based on the location of click? What is the default country if a person opens email but does not click? Do I need to set maxmind? If yes how? === I want to test time zone based sending
 
#1 - https://kb.mailwizz.com/articles/customise-the-landing-page/
#2 -
In which field is a country of the subscriber stored based on the location of click?
We store the ip info and the country and location info is stored in that ip_location table.
Do I need to set maxmind? If yes how? === I want to test time zone based sending
There are clear instructions on how to do this when you enable the extension and you view it's settings.
 
Easiest way would be via css, just create a file called style-custom.css in /frontend/assets/css and place the css code to hide it there.
 
Hi @twisted1919

- Mailwizz Version 1.5.7
After the new update the issue with duplicate email sending has been resolved
Please check my settings - https://www.screencast.com/t/psnUaTEl1
I'm using pcntl
But they're sending speed is too low
Earlier when I had pcntl enabled with similar settings the entire campaign would be sent in less than 7 to 8 hours
Now it's taking almost 20 hours - https://www.screencast.com/t/9XvkCgpEQFv
Why is this issue?

- Delivery Servers used ElasticEmail
 
Back
Top