Search results

  1. H

    if else statement in template

    Hey Neil, Mine is a different scenario and thus syntax but it may help? This is what I have and it works: {% set createDate = '[CREATED_AT]' %} {% if createDate is defined and createDate %} in {{ createDate | date("F Y") }} {% else %} some time ago {% endif %} Maybe try this or even just try...
  2. H

    Error log

    I have it set to check for new versions but don't see where it should have alerted me about the new ones? Where should that display?
  3. H

    Don't count Unsubs on the general Clicks stats

    I think it is confusing to include the Unsub clicks on the overal Clicks stats. Because a high percentage in clicks, instead of being something good, may in fact be a sign of a very bad email with high unsubscription rate. So it defeats the purpose of the Clicks report entirely.
  4. H

    Error log

    Thanks. So there is no mechanism to alert me whenever there is an update within the app? Also, if I'm running 1.3.6.5 and downloaded the update for 1.3.6.9, can I apply it directly or will I have to apply the update for each new version one by one until the latest? Many thanks
  5. H

    Error log

    My error log has lots of these messages, any idea what they mean? --- 2016/07/19 13:23:44 [error] [exception.CException] exception 'CException' with message 'ListSubscriber and its behaviors do not have a method or closure named "setStatus".' in...
  6. H

    Settings for Sparkpost Web API

    Hi, If using the Sparkpost Web API exclusively, should I still send in batches of 100 or could it generate much bigger numbers and send them at once? It sends them via JSON, correct? Rather than opening/closing SMTP connections. Or is there a reason to keep it in small batches and stop for X...
  7. H

    Using Emoji Icons In Email title Causes Title to be removed

    By the way, the query did work and the table did change to unicode, yet it keeps reverting to "????"
  8. H

    Using Emoji Icons In Email title Causes Title to be removed

    I have executed this on phpMyAdmin: ALTER TABLE `mail_campaign` CHANGE `subject` `subject` VARCHAR( 255 ) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL (my tables' prefix is mail ) I'm running MariaDB 10.1 which should be the latest and greatest. Still when I try to...
  9. H

    Plain Text and Disable Logging

    YEs, thanks, that much I presumed. The question was what the blacklist is? In normal parlance, a blacklist would be when the server has been blacklisted because of spam. But I believe on MailWizz you use the term to mean something different?
  10. H

    Plain Text and Disable Logging

    Thanks, very helpful. Does this flag mean it would send to addresses who have unsubscribed or bounced? Or what exactly would it disable? | MW_PERF_LVL_DISABLE_SUBSCRIBER_BLACKLIST_CHECK
  11. H

    Plain Text and Disable Logging

    And thanks about the plain text screenshot. I hadn't enabled the plaintext option in the previous step so that dropdown wasn't showing. All good now with that.
  12. H

    Plain Text and Disable Logging

    Thanks. Is this the only log that can be enabled/disabled? Is there any other log that can be safely disabled to speed up deliveries?
  13. H

    Plain Text and Disable Logging

    Hi, I want to test a plain text ONLY email. I know I can choose to auto-generate the plaintext version or edit it manually. In another forum thread you refer to a drop-down that would make the template plaintext only, but I cannot find that. I have checked the backend and there doesn't seem to...
  14. H

    if else statement in template

    Done!
  15. H

    if else statement in template

    Thanks that was it (so simple, duh!) =)
  16. H

    if else statement in template

    Thant's great news. I have enabled it but having some problems? I have a custom date field "created_at". When I output it directly like this: [CREATED_AT] it works perfectly and prints 2016-06-21 However if I try to use it in a Twig formula like this: {{ [CREATED_AT]|date(dd-YYYY) }} I get...
  17. H

    if else statement in template

    Hey =) When is this feature coming out?
  18. H

    Update subscribers, re-import CSV

    Thanks! So, to confirm, just importing into the same list will overwrite data if it matches email address?
Back
Top