[Release] MailWizz - v1.3.5.9

Status
Not open for further replies.
Is there anything else that I can do?
Yes, contact me via PM and i'll give you a download link ;)
https://forum.mailwizz.com/conversations/add

When we upload, it showing in dialogbox, but when we select, it gives below error.

[object Object]
And not come in template.
The archive contains a fix for this, but download attached "elfinder" zip file, unzip it and put the file in apps/common/extensions/ckeditor/views folder, to override existing view file from there.

@Nico - See above.
 

Attachments

  • elfinder.php.zip
    1.6 KB · Views: 8
Hello, I can't login to download the new update. How I can login? When I put my email, it says that email doesn't exists.
 
If you just replace the apps/common/extensions/ckeditor/views/elfinder.php with the one in the most recent download it will work for you.
 
Ah so many nice new features.
This one "Abuse complaints via web forms will automatically unsubscribe the subscriber from the list"... very handy thanks. Related to that, in the backend "Miscellaneous/View campaign abuse reports" those emails and complaints in there. Is there anyway to bulk blacklist and then bulk remove those instead of having to do those one by one?
 
@Nico glad you asked, here's an example:
Code:
-bash-4.2$ php /var/www/vhosts/test.domain.com/httpdocs/apps/console/console.php list-export --list_uid=ja163bedd9d12 --folder_path=/tmp/
[33%] - Successfully added the email "a@a.com" to the export list.
[67%] - Successfully added the email "b@b.com" to the export list.
[100%] - Successfully added the email "c@c.com" to the export list.
The export process finished, your file: /tmp/ja163bedd9d12.csv!
-bash-4.2$
 
I run this

php /home/websites/anc.com/apps/console/console.php list-export --list_uid=345rf4gfgfg5 --folder_path=/root

It gives list of commands
 
And in that list of commands do you see list-export / listexport command ?
Here's how it looks on my end now:
Code:
-bash-4.2$ php console.php
Yii command runner (based on Yii v1.1.17)
Usage: console.php <command-name> [parameters...]

The following commands are available:
 - archive-campaigns-delivery-logs
 - archivecampaignsdeliverylogs
 - bounce-handler
 - bouncehandler
 - daily
 - feedback-loop-handler
 - feedbackloophandler
 - hello
 - list-export
 - list-import
 - listexport
 - listimport
 - mailerq-handler-daemon
 - migrate
 - option
 - process-delivery-and-bounce-log
 - process-subscribers
 - processdeliveryandbouncelog
 - processsubscribers
 - queue
 - redisqueue
 - send-campaigns
 - send-transactional-emails
 - sendcampaigns
 - sendtransactionalemails
 - table-cleaner
 - tablecleaner
 - update

To see individual command help, use the following:
   console.php help <command-name>
-bash-4.2$
 
Status
Not open for further replies.
Back
Top