Search results

  1. Souther

    Logic bug in FBL processing?

    I am using the feature to move a list subscriber to another list upon open. In one of these cases, the subscriber opened the email from the original campaign which moved them to my 'openers' list for this campaign. They then reported the email as spam which caused Yahoo! to send a notice to...
  2. Souther

    Recurring campaigns do not use filter 'console_command_send_campaigns_before_send_to_subscriber'

    I have a recurring campaign which I am querying an external API at time of send. This works great for normal campaigns which send once. For recurring campaigns, the 'console_command_send_campaigns_before_send_to_subscriber' filter doesnt seem to be used on subsequent mailings beyond the first...
  3. Souther

    Mangled tracking and unsubscribe links

    It seems some links are getting mangled upon sending, is there something I should be doing to prevent this? the '=' in some of the requested URIs makes me think it may be due to line breaks in "quoted printable" encoded body content. This isn't something I am doing explicitly and most link...
  4. Souther

    Some hard bounces not being processed

    I sent my first large drop yesterday and through the process of auditing what happened, I noticed a few hard bounces were not added to the system blacklist. Many other bounces were added as expected, but a handful were not. I have copies of these emails, because I have a copy forwarded to an...
  5. Souther

    Appropriate return value when removing items with a filter

    I am tapping into the filter 'console_command_send_campaigns_before_send_to_subscriber' to call an external API. In some cases I want to remove the current email from the send process based on the API response. What is the appropriate return value if I dont want the current emailParams to be...
  6. Souther

    Adding fields to the default controller to be processed

    I want to add a couple settings to the Campaign configuration. I've used: if ($this->isAppName('customer')) { Yii::app()->hooks->addAction('after_active_form_fields', function($collection) { ...to add the fields to the form. But i'm not quite sure how to tap into the default controller...
  7. Souther

    Extension hacking question

    Hi! I'm not a developer by trade but want to get started playing with creating extensions for MailWizz. The first thing I want to do is create an extension which adds an additional email blacklist check based on domain (instead of adding them all as regular expressions, one by one). I know...
Back
Top