Search results

  1. Eldi

    Change email on List-Unsubscribe Header tag

    I want to change the email where unsubscribes are sent. File: apps/console/commands/SendCampaignsCommand.php on line on line 1296 has: $mailToUnsubscribeHeader = sprintf(', <mailto:%s?subject=%s&body=%s>', $listUnsubscribeHeaderEmail, $_subject, $_body); How do I change value of...
  2. Eldi

    Huge Mutex Folder

    My mutex folder apps/common/runtime/mutex/ is going huge. Doing console.php delete-mutexes --verbose=1 gives me Deleted 2 out of 1804790 mutex files! Any safe way to delete this file manually.
  3. Eldi

    How to change subject line character max length?

    I am trying to change subject line character limit from 500 to some higher number. Anyone know the file path? Thank you
  4. Eldi

    Campaign Creation via API

    How do i choose "Sending Server" when using API to create campaigns? There is no such information here: https://api-docs.mailwizz.com/#campaigns-create
  5. Eldi

    Exporting Segments Issue

    I am trying to export faster the segments via SSH but I think there is an issue with this: exporting console.php list-export --list_uid=xxxx --segment_uid=xxx --folder_path=/ gives me 35.000 subscribers exporting the segment via web gives me 37.000 subscribers I just want to know which one...
  6. Eldi

    Export Segment via SSH

    Is there any way of exporting segments via SSH? Just like list export php console.php list-import folder --list_uid= Thank you in advance
  7. Eldi

    Deleting Moved Emails

    I have moved all openers to a new list called Openers with this option: http://prntscr.com/lirjlg After emails moved to the new list they still show up in the old list as Moved: Openers I have deleted some of this emails - but want to be sure what happens if I do this...
  8. Eldi

    Grup Regex Domains

    If anyone wants to group huge lists of regex domains this is the code that does the work. Run this php file in the sme folder you have the file domains.csv (rename it to this name before running)
  9. Eldi

    Bounce Server

    What happens if I create a bounce server and this will not be assigned to any sending server. Does the cron process bounces from this server if there are bounces there? (bounce reports will be forwarded from sending servers mail-from )
  10. Eldi

    Import Delivery Servers from Customers

    hi guys, I wanted to ask if it is possible to import delivery servers from Customer Area? I checked settings, and groups but no option to show this option for customers. Thank you
  11. Eldi

    Action against moving openers to other List

    Hi, When choosing to move openers to another list - links pointing to a 404 error. So if a user Open a Campaign it is Moved to the "Second List" and after he Clicks the Link appears a 404 Error page. Since the link URl syntax has a List ID variable ... Any way to fix this? Besides the Copy...
  12. Eldi

    Export Openers and Unsubscribers

    Hi, Is there any way to export openers, unsubscribes etc? I am missing something or there is no option to do this. Thanks
  13. Eldi

    Multi Servers

    Hi, How to match SEND FROM if selecting multi servers when sending campaigns? Thnx
  14. Eldi

    Sending server

    Hi guys, Is there any way to change: Received: from thisdomain.com (xxx.xxx,xxx,xxx) by mta.sendingserver,com id h3ovdg0001gp for <email@domain.com>; Fri, 3 Apr 2015 03:17:02 -0400 (envelope-from <xxxxxx>) And to make them same as sending server?
  15. Eldi

    Sending Speed

    Hi guys, I have a big problem with deliverability speed. Was trying with PHP Mailer and now changed to Swifmailer. Not a big difference. From ssh with this command: php -q /absolute/path/to/apps/console/console.php send-campaigns --verbose=1 I see around 100 emails/minute from 4 sending...
  16. Eldi

    Undeliverable emails added in blacklisted emails

    How to fix this? Some of my emails are not going through because of IP deliverability / blacklisted IPs etc. I dont want that this emails marked as blacklisted anymore. Is there any trick or fix for this? Example: smtp;550 5.7.1 [xxx.xxx.xxx.xxx] Our system has detected that this message is...
Back
Top