Search results

  1. Jesús Carrera

    Use campaign's Email From in emails

    I just validated the customer's domain and email address in Amazon SES console, but when they send the campaign, the emails still arrive from the From Email in the delivery server. The delivery server has the setting Force From to None (I also tried with Always). Is there anything else I need to...
  2. Jesús Carrera

    Transactional Email Attachments from API

    What do you think about adding in a future release a new API call with fully featured email capabilities? multiple recipients, CC, BCC, attachments, etc. This way we could also use MailWizz as SMTP relay.
  3. Jesús Carrera

    Use campaign's Email From in emails

    At the moment I'm using Amazon SES, and when a customer adds a new Sending Domain, regardless of the Email From set in the Campaign, the are emails sent from the email at the Delivery Server (the one verified in Amazon SES Console). Is there a way to use the email set in the campaign and...
  4. Jesús Carrera

    Transactional emails from API to multiple recipients

    Is it possible to send a transactional email from the API to multiple recipients?
  5. Jesús Carrera

    Transactional Email Attachments from API

    Is it possible to add attachments to a transactional email sent from API?
  6. Jesús Carrera

    Repeat send emails based on behaviour

    Yeah the initial idea for simplicity reasons would require an extra query to extract the json data for each list subscriber in the SEND_FLAG autoresponder campaign, so it adds to the queue only the necessary emails. However I do agree that might compromise performance. Although it seems that...
  7. Jesús Carrera

    Repeat send emails based on behaviour

    Ok this is what I came up with: I'd create a new autoresponder event that reads a subscriber custom field that holds a json string containing flags with dates when the campaign should be sent. For example: ["flag_name1": "2016-1-4T1:59:59", "flag_name2": "2016-1-4T2:59:59"]. The autoresponder...
  8. Jesús Carrera

    Repeat send emails based on behaviour

    Yes because even if I move it to a second list, the second time around will fail because the subscriber is already in the second list.
  9. Jesús Carrera

    Repeat send emails based on behaviour

    @twisted1919 does it make sense what I want to do?
  10. Jesús Carrera

    Repeat send emails based on behaviour

    The problem is that when the subscriber purchases Product1 and I subscribe him to List1 (which has the autoresponder campaigns to receive Email1 and Email2), if he purchases Product1 again, it will fail because he is in the list already.
  11. Jesús Carrera

    Repeat send emails based on behaviour

    I'm trying to integrate my shopping cart to MailWizz to do the following: 1. When customer purchases Product1 I subscribe him to my list and send him Email1. 2. 30 days after purchasing Product1, if he didn't purchase Product2, I send him Email2. 3. If the same customer purchases again...
  12. Jesús Carrera

    payment method

    For my hosting company I have just USD, GBP, and EUR, and I adjust the price once a year. Usually currency fluctuations are not so big to update much more often. If I had Bitcoin that could be a problem :) But anyway, once that's in place, if you want to convert automatically, you just need a...
  13. Jesús Carrera

    payment method

    So we can create multiple currencies, but only the one selected as default will work, correct? This shouldn't be that complex to implement. Just extra fields to enter the price for the plan for the activated currencies. No need for a currency convertor. Then when the customer signs up and in...
  14. Jesús Carrera

    create domain tracking

    And here the CloudFlare request, and another request related to tracking domains.
  15. Jesús Carrera

    create domain tracking

    I understand, here is an issue related to tracking domains: https://forum.mailwizz.com/threads/subdomain-duplicated-for-uploaded-images-with-tracking-domain.1320/
  16. Jesús Carrera

    Using MailWizz with CloudFlare SSL

    I just finished configuring my installation using CloudFlare and I want to share some issues I run into and how to overcome them. The idea is to be able to use CloudFlare for our MailWizz app to benefit from their services, specially from their SSL and automated CDN. The problem is that new...
  17. Jesús Carrera

    create domain tracking

    That is great news! I have a few ideas/suggestions already, so I'll make sure I post them today or tomorrow. Do you have a list of the new features to be included so I don't repeat them?
  18. Jesús Carrera

    create domain tracking

    Yes that'd be great. We would also need another setting, but I'll explain in the post
  19. Jesús Carrera

    create domain tracking

    The issue with CloudFlare is not that it doesn't return any info. They don't support the outdated DNS_ANY, but they support DNS_ALL, which will return all the DNS records. However, changing that it won't work either because they do CNAME flattering, so they convert CNAME to A records. A...
Back
Top