Search results

  1. V

    Suggested server specs?

    Could experienced people estimate what type of server specs you would need to send 300,000 emails a day (spread out over 24 hours). Right now I am using a dedicated server with SSD, 32 GB ram, but I suspect I could downgrade a lot and still be able to send this. I'm just not sure how much...
  2. V

    Senderscore showing unrelated IPs for my domain

    Just a follow up in case anyone has this trouble. After putting strict SPF and DMARC the sending domains went down from 40 to 2. On one day it went to one (my domain) but then the other domain came back a couple days later. I havent figured out why that domain is still listed, but I'm still...
  3. V

    Senderscore showing unrelated IPs for my domain

    It looks like it was weak SPF and DMARC settings. I have now set it to reject and I think it is starting to work. I'll know in a couple weeks.
  4. V

    Anyone tried using with google suite?

    Has anyone tried using mailwizz with google suite? I think they limit you to 2,000 emails per day. I was thinking to test it and compare inbox rates sending from gmail to gmail, as compared to from my server to gmail.
  5. V

    Senderscore showing unrelated IPs for my domain

    I was having delivery problem recently to gmail, so I thought to check in senderscore if anything was wrong. For my domain name, it lists more than 40 IP address as senders, but I use only one IP address. My own IP address has a 99 score, where as the other are all shady with super low scores...
  6. V

    MARGED LIST

    You should see how PHPList handles it. Back when I used to use PHPList it was very simple to add additional lists to the mailings. They would just include all additional emails not in the main list. I don't recall how the unsubscribes were tracked. In fact now that I think about it, Mailster...
  7. V

    Question on JSON Feeds

    In case anyone else has the problem. The feed needs to start with [ and end with ], where as my feed was not. When I manually add that to my feed it works, but I still havent figured out how to make my feed output with that automatically.
  8. V

    Question on JSON Feeds

    Thanks, thats great. I will be able to figure it out from this.
  9. V

    Question on JSON Feeds

    P.S. Is there a sample JSON feed that is compatible with mailwizz that I can see and copy?
  10. V

    Question on JSON Feeds

    I am trying to send an email importing a JSON feed. In the template I have added for example [JSON_FEED_ITEM_TITLE], but what should be the exact name for the variables in the JSON feed. Is it JSON_FEED_ITEM_TITLE or is it TITLE, or is it something else? I can't get it to pull anything so far...
  11. V

    Critical issue on long term

    This is the big table for me "mw_delivery_server_usage_log": Displaying 1-100 of 68,368,957 results.
  12. V

    Disable global blacklist but have customer suppression list enabled

    One thing I do is once a month, or once in two months, I reset my blacklist (bounced), and then send out my mailing through amazon ses as a filter to check how many bounces are real, and how many are due to other reasons like blocks/reputation/etc. Then as soon as that amazon ses mailing is...
  13. V

    Critical issue on long term

    My log files are 17GB now. I came to search for the proper way to delete the log files. Is it safe to just empty the two tables? I'm not yet on the latest version. Want to do a backup before upgrading, but hate to backup 17gb of log files.
  14. V

    Opens to clicks rate

    Sorry for stupid question, but are you actually tracking clicks (with the URLs rewritten and passed through mailwizz)? Or are you using the actual URLs to your site? Because you can't track clicks without the URLs being rewritten. I usually avoid this because in long run your rewritten links...
  15. V

    MailWizz vs. Interspire Email Marketer

    How big are the lists you are sending? I send to around 300,000 each day. It sends out pretty quick, maybe 4 hours I think to send it to Exim, and from there a little longer in the exim queue before it actually sent. Only problem I have found is if I have multiple lists sending at once it can...
  16. V

    MailWizz vs. Interspire Email Marketer

    I am the same on this. I like to use blacklist for very important things i need to screen out, where as I like to delete my bounced emails completely from the system and forget them.
  17. V

    some headers flagging mails to google promotions (bulk mail) tab

    Found it was also in: /apps/console/commands/SendCampaignsCommand.php Now it is sending without that header.
  18. V

    some headers flagging mails to google promotions (bulk mail) tab

    Which file contains the list-unsubscribe header? It used to be in /apps/console/components/behaviors/CampaignSenderBehavior.php but I can't find it there any more. I wanted to test how gmail places emails with that header and without in relation to inbox and promotions tab. Edit: Actually I...
  19. V

    which folder is the storage directory?

    Thanks for the help. I also had to 777 to two subfolders in ..../list-segment/ and it worked.
  20. V

    which folder is the storage directory?

    I'm getting this error when trying to export a list: Cannot create the storage directory for your export! I need to make the folder writeable, but don't know which folder it is.
Back
Top