Search results

  1. M

    DS-settings "Pause after send" and "Hourly quota"

    I set up both of them (e.g. 200 "hourly quota" and "pause after send" to 16000000) nevertheless MW sends out all 200 emails in one go at the beginning of an new hour (e.g. 2 pm, 3 pm, 4pm... and so on) and does not stick to the pause between two emails. Is this the approach as it should be or...
  2. M

    Save copy of outgoing messages in pickup directory

    @twisted1919 Thank you for your appreciated help. Now it seems to work.
  3. M

    Save copy of outgoing messages in pickup directory

    @twisted1919 Okay thank you. Here is the code I added: <?php Yii::app()->hooks->addFilter('console_command_send_campaigns_before_send_to_subscriber', function($emailParams, $campaign, $subscriber, $customer, $server){ // create the .eml message $message =...
  4. M

    Save copy of outgoing messages in pickup directory

    @twisted1919 Thank you very much for your appreciated help. I added the code from above to a file named init-custom.php within my MW /apps folder (where also the init.php is located). As $filePath for saving the emails to .eml files I added the absolute path $filePath =...
  5. M

    Save copy of outgoing messages in pickup directory

    Hi, I need the possibility to save a copy of all outgoing messages (at least per campaign basis) in the MW pickup directory. The (autoresponder-) campaigns are live and sent out via SES delivery server. So I need a copy of them (as .eml file like I set up "Pickup Directory" as regular DS for...
  6. M

    Where to find email queue?

    @twisted1919 Ok, I understand. But I need to get all the emails (from address, recipient) that are not already sent yet to a specific list and campaign. By what query can I retrieve the needed data from MW's database? Thanks.
  7. M

    RENEW

    Just to be clear: If I buy another license of MW it just costs me $ 10.25 more than the "Support-only package" on codecanyon (additional license of MW: $54 with 6 months support included, support package only for 6 months $43.75)? So the better solution of course for me would to buy another...
  8. M

    Where to find email queue?

    Where can I find all the queued emails in MW that are scheduled to be sent out (normal campaigns and also autoresponder campaigns)? I currently set up a bunch of autoresponders but using only 1 DS with a very low per hour sending rate. So there seem to be quite a backlog and I want to have a...
  9. M

    How-To? Creating a email drip campaign

    Hello Steven, a drip campaign tutorial for beginners would be great :)
  10. M

    Amazon SES API Delivery Server: "Fallback" if senderaddress not verified

    Has anybody an idea how we can optimize MW's sending behaviour in the manner described above? Thank you.
  11. M

    Amazon SES API Delivery Server: "Fallback" if senderaddress not verified

    With the current standard sending behaviour of MW we have the additional problem, if for example the second email address of a batch/run (with some hundreds or more of emails to send) is not verified as sender adress in Amazon-SES the complete batch will not send via SES even if all other emails...
  12. M

    Amazon SES API Delivery Server: "Fallback" if senderaddress not verified

    Hello twisted1919 and thank you for your quick response. If I understand you right, if in one run (triggered by apps/console/console.php send-campaigns >/dev/null 2>&1 every minute?) just one sender address of the queued emails is not verified in Amazon-SES the complete remaining currently...
  13. M

    Delivery Server based on "List custom fields"

    As stated in the title, is it possible to declare a delivery server for a campaign's subcriber via a custom field of that campaign? E.g. I add to my list "EasterEggs" the subscriber easterrabbit@gmail.com via API and also set-up the value of the custom field "DSERVER" of this campaign for this...
  14. M

    Amazon SES API Delivery Server: "Fallback" if senderaddress not verified

    Hello, I'm sending out Autoresponders with MW and for that using Amazon SES API service as delivery server. Considering that Amazon SES requires every sender address to be verified within their system before it is used for sending out and I'm using a bunch of them and can not guarantee that...
  15. M

    How do I enable delivery server with command line php call

    That looks great. This is also something I searched for a while ago.
  16. M

    Using "Custom Tags" [CCT_TAGNAME] in Subject

    As far as I know this should work since version 1.4.4 of MW "out of the box". changelog: " [IMP] - CCT_* tags are now parsed in the campaign subject too "
  17. M

    Not show MW server IP in email sent via sendgrid

    Thank you for your response frm.mwz :) Do you have recommendations for such services? Thanks.
  18. M

    Not show MW server IP in email sent via sendgrid

    Hi, used my own server's smtp (where MW is installed) in the past for sending emails and now considering to use an ESP like sendgrid. So I did some testing with it and saw that in the headers of the emails sent out via sendgrid there is also my MW server IP included. How can I disable/avoid...
  19. M

    Search with conditions/statements in lists?

    Hi, is it possible to use conditions/statements in email lists in /customer/index.php/lists/listID/subscribers in the heading "email" searchbox? For example instead of typing yahoo to show me all @yahoo emails in my list can I type somethings like "CONTAINS NOT yahoo" to show me all emails...
  20. M

    What happened to the list growth statistics on the dashboard?

    List growth statistics on the dashboard would be a great enhancement to the latest MW!
Back
Top