Search results

  1. I

    Problem validating delivery server

    Hello, how are you? It's been a while, yet I just faced this same issue and implemented the solution mentioned previously. It is not pretty and it shouldn't be the case. Do we have any news on this issue? Thanks!
  2. I

    Multiple Customer Users

    Hi, How are you fellow Mailwizzards? I was wondering if there is a way to give a customer multiple users to access the customer panel to manage lists and campaigns. I have not found such functionality, but maybe there is a workaround I am currently missing. Thanks!
  3. I

    Translate the "Unsubscribe button" -> Unsubscribe form

    Hello. I'm trying to translate the unsubscribe button, but it doesen't appear in list_forms.php. Is there something else I have to do? Thanks
  4. I

    Problem validating delivery server

    Hello there. So, we've found a solution for our problem. Since we had successfully sent emails from the email address we were trying to validate, our guess was that the problem may come from Mailwizz itself. So what we did was hardcode "active" in the database row of the server we were trying...
  5. I

    Problem validating delivery server

    Vpul, thanks for your reply. Yet, this has been checked and double checked. We have even wrote a simple Swiftmailer script which replicates such connection, and it does work with the address we are trying to include in Mailwizz.
  6. I

    Problem validating delivery server

    Hi Twisted, thank you for your answer. I am aware that DNS changes and general Amazon changes might take awhile to propagate, yet this shouldn't be the case. It has been long enough, and the domain we are trying to validate has been tested on another software. We currently have...
  7. I

    Problem validating delivery server

    Hello there. I'm trying to validate a delivery server but the following alert keeps popping up: However, I'm 100% sure that the domain has been successfully verified in Amazon, as I've already sent mails from that email address through the Amazon SES API using Swift Mailer in an external...
  8. I

    [Fix Release] - Mailwizz 1.3.6.5

    Hello Twisted and fellow Mailwizz users, I always wondered if I need to install all previous updates before installing this one. I am currently running 1.3.6.2, is it possible for me to install this update directly o do I have to install the ones released before? Thanks!
  9. I

    The config must be provided as an array or Collection.

    Hi, I just wanted to let you know that I faced the same issue and that file fixed it. Thanks scott for the catch and Twisted for the fix. Cheers!
  10. I

    Copy on click not working for me

    Thanks Twisted! I have written you. Cheers!
  11. I

    Copy on click not working for me

    Hello fellow Mailwizz users, how are you? Lately I sent a couple of campaings with the action to copy the subscriber to a new list on click. Yet I received plenty of clicks, but all of my new lists are empty. I don't know why did this happen and I am trying to figure it out. Has anyone been...
  12. I

    Version 1.3.6.0 - Update problem

    I managed to solve this, thanks for the support! I was not doing it via cpanel or FTP. It was via ssh console. I was copying them to the wrong directory :S My bad... hehe. Sorry for the useless thread. Cheers!
  13. I

    Version 1.3.6.0 - Update problem

    Thanks twisted, I forgot to mention that. But I have already checked that file and followed all of its steps. I uploaded the 'update' directory to my web root and also overwitten any repeated files. I checked the video too, yet I have not found the problem.
  14. I

    Version 1.3.6.0 - Update problem

    Hello, How are you? I just finished downloading and uploading the latest update and I am having issues running it from the backend. I checked the files and everything seems fine, yet when i go to backend/index.php/update I get automatically redirected to to...
  15. I

    Extending the API

    @Jose Vega That is actually a though one, as that is not work that I did for myself. I did it for the agency I work at. If that was not the case I would have no problem sharing the code. Yet it is not a very though implementation and acording to some posts I saw you seem to be a developer so I...
  16. I

    Sender problem with amazon SES

    I was facing the same issue and was not sure if it was supposed to be that way. As I only send with Amazon SES I ended up creating a new server for every sending name. I was unaware that it worked differently for other send servers. It would be nice to have this for Amazon SES too :)
  17. I

    Conditional HTML Tags getting striped

    @twisted1919 - Yes, I have checked online and what I have found out is that Htmlpurifier removes conditional tags as they are deemed 'unsecure'. I found what you are talking about in the code and attempted to fix it changing the $conditionalPatternMatch variable. After making this change the...
  18. I

    Conditional HTML Tags getting striped

    @Erollflint - How do you manage to install multiple versions of Outlook in the same PC? I did compare the e-mail source with the original and did not find any mayor flaws or problems. Have you done this? What were your results? Are you having any other kind of trouble besides conditionals? If so...
  19. I

    Conditional HTML Tags getting striped

    You are welcome! I am glad to help How are you testing your mails in outlook? I use a platform called Litmus and I am still having some issues. The mail is rendering different when I make a test send than when I copy and paste the html code directly on the platform. I guess there is another...
  20. I

    Conditional HTML Tags getting striped

    Hello Erollfint, I started checking around and you are sort of right, it looks like an htmlpurifier issue, yet it is not related to the CKeditor. I believe the html purify process gets done in /mailwizz/apps/common/components/utils/EmailTemplateParser.php I looked at that file and managed to...
Back
Top