Search results

  1. 0

    Can't send test email when delivery server selected

    @twisted1919 I believe I'm good with all of those, as I mentioned that emails send fine for the campaign itself. It's just the test emails that are having an issue, and it's only when any specific delivery server is selected. Those same delivery servers work fine when sending the live campaign...
  2. 0

    Can't send test email when delivery server selected

    Hello all, When I try to send a test email when the campaign has a specific delivery server selected (in the campaign's setup page > campaign delivery servers), I get the error "Email delivery is temporary disabled." This applies to either of the two delivery server options that I have...
  3. 0

    Ideas for CLI Monitor Dashboard

    If this is a separate UI, it'd be nice if to have single sign-on between the two or some way to easily access the dashboard while working in the main mailwizz UI.
  4. 0

    How to send single marketing email via API

    @laurentiu - Ok thanks, I've added it here.
  5. 0

    How to send single marketing email via API

    @twisted1919 - Is there a way to directly add a single subscriber to an existing campaign via API? If not, could you add this to the API if it's simple enough? This one thing would be a really really huge time-saver for me, as it could remove a lot of code and coding headaches.
  6. 0

    SafeShare - The right way to share private information!

    @twisted1919 How can I test this? I'm only able to test using the demo as a free user.
  7. 0

    SafeShare - The right way to share private information!

    Do you plan on adding a feature to allow sending of file attachments along with the secure messages? I have a use for sending and tracking files, along with getting an email notifying me of the downloader's info, download time and the file's hash. I'd probably buy this if that feature was there.
  8. 0

    Open tracking doesn't add tracking pixel

    Hi, I'm recently seeing that regular campaigns that have 'open tracking' set to 'yes' do not add the tracking pixel, and therefore no open tracking data is available for the campaign. What can I do to fix this? I'm using v1.6.3 (also experienced this on v1.6.1). Thanks for your time! Update...
  9. 0

    Exclude current segment members from receiving autoresponder

    Thanks @frm.mwz Could you expand on that? I don't fully understand. I'm currently using inclusion of a text string within a custom field as the condition for membership in a segment. example of my segment definition: Custom-Field-A contains "123"
  10. 0

    Exclude current segment members from receiving autoresponder

    Hi all, I segment A with a number of existing members of that segment. I'd like to be able to create a new autoresponder that is triggered by membership in segment A, but I don't want to send out the autoresponder to existing members of segment A (only to new members). How do I do this? I don't...
  11. 0

    How to use custom field in webhook url

    @twisted1919 It's working perfectly as I'd like, thank you! Yes, it'd be great to see it in the next release.
  12. 0

    How to use custom field in webhook url

    Thanks @twisted1919! I see this isn't included in the v1.6.1 release. Will you be adding this to further releases?
  13. 0

    How to use custom field in webhook url

    Hi all, How do I use a custom field in a webhook url, like this? http://myurl.com/?example-field=[EXAMPLE_FIELD] I've tested the above url, and mailwizz sends "[EXAMPLE_FIELD]" instead of the value of that field for that user. I'm testing this for the unsubscribe confirmation list page.
  14. 0

    How to customize list-unsubscribe header?

    @twisted1919 Yes, that's it. Thanks!
  15. 0

    How to customize list-unsubscribe header?

    @twisted1919 Okay great. How could I reference custom tags (since I assume they are different than custom fields)? Is that possible?
  16. 0

    Use pixel tracking url for list-unsubscribe-header?

    @twisted1919 Yes that is the pixel's main use, but I also could use it (with url parameters) to gather the unsubscribe data and process it in my database. If the pixel url is visited or a GET request is sent to it, it will send over the data I need to my database. However, if the pixel URL is...
  17. 0

    How to customize list-unsubscribe header?

    Thanks @twisted1919! Would that work for custom tags too?
  18. 0

    Use pixel tracking url for list-unsubscribe-header?

    Hi all, I'd like to customize my list-unsubscribe header, and I'm wondering if I can use a URL that contains just a single pixel (aka an analytics tracking pixel)? Or, does the URL have to be accessible by someone using a browser? Thanks!
  19. 0

    How to customize list-unsubscribe header?

    @laurentiu Thanks, that's helpful. I was able to insert the email value using this code: $subscriber['email'] However, could you give me an example of how to get a custom field value? Using the same format as the email, campaign sending gets stuck at the 'sending' status.
  20. 0

    Best way to disable list pages?

    I tried using the init-custom.php code above, and all that happens is that the content of init-custom.php is printed at the top of all mailwizz pages. How can I get it working? Edit: I got it working. I forgot to enclose the above code in php tags. This works: <?php...
Back
Top