Search results

  1. E

    Understanding Delivery Settings

    Went through this wonderful article that twisted1919 wrote. Still trying to grasp the exact math of the delivery settings. If we use this example settings: campaigns at once: 10 subscribers at once: 100 parallel sending: yes campaigns in parallel: 5 subscriber batches in parallel: 3 Scenario...
  2. E

    CLI import log

    Hi, I have been using the web interface to import but as the lists are getting bigger, I am trying out CLI import. When doing CLI import, is there a log generated for error import records? Things like blacklisted, invalid emails etc are flagged out when using the web import. I tried setting...
  3. E

    Remove list-unsubscribe in header

    Thanks twisted1919, that works like a charm!
  4. E

    Remove list-unsubscribe in header

    Went through the forum for some details. Understand from @twisted1919 that it is located in: apps/console/components/behaviors/CampaignSenderBehavior.php Went in and try to comment out: 'List-Unsubscribe' => $listUnsubscribeHeaderValue, but somehow the email header still contains the...
  5. E

    Disable auto plain text

    Ok, after pulling out no less than thousands hair, realized it is due to outlook not actually displaying the plaintext version but converted html instead.
  6. E

    Disable auto plain text

    Hi, So I have the following setting in my campaign: Plain Text Email: Yes Only Plain Text: No Auto Plain Text: No I set up a different plain text content (say "Hello World!") to the html content ("Hello ABC, this is a fine day."), but when sent, the plain text content displayed in my email is...
  7. E

    TLSv1.2?

    Do you mean that currently Mailwizz only supports TLSv1.0 with SES?
  8. E

    TLSv1.2?

    Web api here. Man twisted1919, u r so helpful :) Does it also depends on the recipient email clients whether they support tlsv1.2 and starttls? So with MTA like ses supporting 1.2, these recipient emails should be encrypted as tlsv1.2?
  9. E

    TLSv1.2?

    Hi, Understand that Amazon SES supports TLSv1.0, TLSv1.1 and TLSv1.2, with 1.0 as the default. From their doc, "Amazon SES sends messages over a TLS-protected connection (TLS version 1.0 only) by default. Amazon SES supports opportunistic TLS in all regions and you don't need to take any...
  10. E

    Reply to email not working on android native mail app

    Seems like it. I checked on a bank email with a different reply-to address and it's also not working (presume they are using some other email marketing platform). Will be such a great feature to have! I am looking to set it up in Amazon SES as they now have receiving email feature. Just that...
  11. E

    Reply to email not working on android native mail app

    Hi, anyone any countered this problem? Scenario: From email set to admin@example.com. Reply to email set to no-reply@example.com. I have tested the scenario on my laptop's outlook, gmail etc and it works. Clicking on reply will change the to field to the no-reply@example.com. When I tested it...
  12. E

    Port requirement for ses api?

    Good question. I have yet to do a controlled comparison between the two. Atm, I am not feeling the slow down.
  13. E

    Port requirement for ses api?

    Wow, thanks for the quick reply twisted1919! For the benefit of others, you can also only open port 443 without 80 if you have ssl installed. Tested successfully with bounce and complaint handling.
  14. E

    Port requirement for ses api?

    Hi, due to client's security requirements, I need to install mailwizz into an aws subnet with all incoming internet ports closed, except 22 and a custom port for tunneling/vpn. All open for outgoing. One solution is to limit the incoming to only SES ip, as I'm checking with amazon side on this...
  15. E

    Subscriber actions & history of campaigns

    Thanks twisted1919 for your reply. Will make a feature request. For now, will use SQL to pull this information from the backend directly. Cheers.
  16. E

    Subscriber actions & history of campaigns

    Hi, great software there! Have been previously using mailchimp and sendy, and am using mailwizz. Is there a feature to see each of the subscribers actions on the frontend? For example, which campaigns sent, open rate, click rate, bounced etc all in one page. The current option I can find is...
  17. E

    Adding SES web api error

    Hi twisted1919, migrating to a new php5.6 instance works now. Thanks for your help.
  18. E

    Adding SES web api error

    Appears that I can't connect to the smtp server. I am migrating my instance to us-east-1 and use php5.6 instead of 7.0. Will feedback shortly.
  19. E

    Adding SES web api error

    Hi twisted1919, thanks for the reply. Point 1 & 2 checked. For point 3, as I am not using cpanel, any other ways for me to do that?
  20. E

    Adding SES web api error

    Hi, amazing platform you have created. I have been using sendy and recently jumped over to experience mailwizz. It's packed with more features but also more complex to set up. I am hosting on an EC2 micro instance (eu-west-1) and also created an user with PowerUserAccess. Access keys were...
Back
Top