Search results

  1. A

    MailGun API Tracking set to false

    MailWizz also does not insert the system tracking URL if a url is inserted as variable data. In order for that to function, the url has to be rewritten after it is passed to the MailGun or another provider.
  2. A

    MailGun API Tracking set to false

    I'm aware that MailWizz offers tracking, however it does not provide roll up reporting for a client across several campaigns in a given time frame. Is there a way to enable MailGun tracking from within the MailWizz application without modifying the code?
  3. A

    MailGun API Tracking set to false

    The MailGun API Delivery Servers in MailWizz seem to be hardcoded with the following information in the header: X-Mailgun-Track: false Is there a way to enable MailGun tracking from within the MailWizz application?
  4. A

    Custom Welcome eMail by List or Customer?

    Is it possible to have a custom welcome email for a single customer or list?
  5. A

    API Create Customer.....What API Key?

    When using customers.php to create a customer, it requires setup.php. Setup.php on lines 37-41 declares the API credentials and path. Regardless of whether an API key is declared or not, the following error message is received: [status] => error [error] => Customer creation is...
  6. A

    Sending Nested Emails

    I run a campaign that has a similar format and is meant to appear to be a forwarded message. We simply format the html to appear as though they are all a single string. Is that what you mean?
  7. A

    API Create Customer.....What API Key?

    Can I generate API keys for the customer that is being created in the call?
  8. A

    API Create Customer.....What API Key?

    We are working on an integration between our system and Mailwizz. The initial goal is to be able to create customers and lists. It appears that customer creation is possible https://github.com/twisted1919/mailwizz-php-sdk/blob/master/examples/customers.php however, I am not sure where to get /...
  9. A

    Add subscriber with custom fields by API

    So if we create a list through the API, we have to create the custom fields for that list manually before sending the subscribers via API, or manually upload the list as a csv file to automatically create the fields? Is this by design?
  10. A

    Global Unsubscribe / Blacklist

    Thanks. That should do what I was hoping to accomplish.
  11. A

    Global Unsubscribe / Blacklist

    Is there a way to use a global unsubscribe / blacklist link in the mailwizz footer rather than having a user unsubscribe from a single list?
  12. A

    To Embed Images Or Load Remotely?

    In my experience, volume also becomes a factor here. How many emails are going out with the logo in your signature?
  13. A

    Add subscriber with custom fields by API

    Is it now possible to create custom fields through the API? If not, do the custom fields need to be created for each list prior to adding records through the API, or is there a more efficient way to get the same custom fields for every list for a customer?
  14. A

    Email Advertising

    These are all great suggestions. The issue I am faced with is that we run campaigns for multiple customers and are currently forced to recreate the random blocks in each account on setup. We are currently up to 37 random blocks and 40 clients. Maintaining the information is very challenging...
  15. A

    Email Advertising

    Is there now a way to create System or Client Templates with Random blocks of content?
  16. A

    Campaign Delivery Log - ERRORS

    We increased the pause between the sends on our delivery servers and also setup additional attempts in case a connection is refused. Thanks for the feedback and advice.
  17. A

    Campaign Delivery Log - ERRORS

    Thanks, but the messages are sent successfully sent with no error sometimes, just not all of the time. If the port was blocked at the host wouldn't it fail 100% of the time?
  18. A

    Campaign Delivery Log - ERRORS

    Today I noticed that I am getting the following error for both my delivery engines. I do not see a pattern, but out of 1,000 records, over 50% were this error. Both servers validate correctly and send without issue about 50% of the time. Is this a speed issue? Connection could not be...
  19. A

    eMail Monitoring

    We are currently using blacklist monitoring and email-tester.com to check against our messages and ensure a greater visibility. Please share any additional tools that you are using that add value to your campaigns and success rate.
Back
Top