Search results

  1. assuncao

    Wrong blacklist - rules.php

    Thanks @twisted1919 ! Is there any idea when will the next release be available?
  2. assuncao

    Wrong blacklist - rules.php

    I made it. Actually it was pretty easy. I just added '/has been temporarily rate limited due to IP reputation/i', to regex into rules.php (BOUNCE_INTERNAL). I tested with rules.test.php. That's magic. I love MW.
  3. assuncao

    Wrong blacklist - rules.php

    Does anyone also getting emails blacklisted in MW when IP is in under a bad reputation? Is it possible to avoid it? This is an example from Hotmail deferred messages: smtp; 451 4.7.650 The mail server [XXX.XXX.XXX.XXX] has been temporarily rate limited due to IP reputation. For e-mail delivery...
  4. assuncao

    Possible new design for MailWizz, opinions?

    To change the colors is pretty easy. Look what I have done with mine (GoDaddy style):
  5. assuncao

    Possible new design for MailWizz, opinions?

    The sidebar and header of the new template are much better, but I didn't like the black buttons. I also agree with other people about the importance of UX against UI.
  6. assuncao

    Performance / MySQL Partitions / Foreign Keys

    Hi everyone, I'm here to ask if does anyone know if the Foreign Keys can be removed without any problem from the tables. Would it be a problem? I would like to create partitions in my database and foreign keys aren't allowed in the tables. It is getting bigger and almost becoming unusable. My...
  7. assuncao

    'Any' and 'all' conditions for segments?

    I need the same thing: Condition1 AND (Condition2 OR Condition3). As this post was about 2 years ago, I would like to know if there was any progress? If not, I will do by myself. Thank you!
  8. assuncao

    Images

    Hi, Does anyone know if is it possible to use CID embed images via API? Update: yes, it is possible. I have tried. Thank you!
  9. assuncao

    New Drag&Drop Editor for Mailwizz on Codecanyon

    Great job! I saw the demo, looks like an adaptation of Keditor. It inspired me to develope one by myself.
  10. assuncao

    Tracking Openings on Transactional emails

    Thank you! It works fine.
  11. assuncao

    Tracking Openings on Transactional emails

    Yeah, I know. That's why I'm creating my own tracking. I just need to know how to add the image to the email body. The other part has been done already.
  12. assuncao

    Tracking Openings on Transactional emails

    Hi guys, I have created a page to colect IP and location_id to add to an image into the body of the message. It stores in a new table. I also created an API to view these data. Everything is working fine, I just need to add the image (with the email_uid) to the body. I'm sending transactionals...
  13. assuncao

    Check if session has started

    A-M-A-Z-I-N-G! That's exactly what I needed. Thank you again!
  14. assuncao

    Check if session has started

    Mailwizz is at /public_html/ My custom files is at /public_html/custom_report/
  15. assuncao

    Check if session has started

    Hi, I created new reports that queries directly the database. I would like to use the same session, I don't want to create a new login for these pages. Unfortunatelly when I try to dump the $_SESSION variable, nothings shows up. Could someone give a hint how can I check if the person is already...
  16. assuncao

    JMRP Is Not Working | Microsoft problem

    Is it not working only for me or for everyone? It's not about MailWizz, but the complain email account is not receiving any message for several days. I even changed the password to make sure the messages were not being deleted. I changed the IPs, it is deliverying messages normally, just...
  17. assuncao

    Transactional emails

    I made a BounceHandler including FBL for transactional emails. It is working fine. Thank you!
  18. assuncao

    Transactional emails

    I would like to know if is it possible to handle bounces for transactional emails? I really need this feature. If not, is there any recommendation which files I should take a look to modify? I don't need report, I only need to get blacklisted hard bounces. Thank you!
  19. assuncao

    Creating Custom Fields Using the API

    I also need this... I will try to make it by myself.
  20. assuncao

    Extension breaks dashboard

    That's absolutely amazing this feature. Well, debug mode made my life easier. The error wasn't hard to get fixed, there was just $this-> as result from my copy and paste. I replaced by Yii::app()-> and "voilà"! Thanks again!
Back
Top