Search results

  1. S

    Possible new design for MailWizz, opinions?

    I think instead of changing design, Develop new feature. New design has only color change. So New feature would be good for attract new customer.
  2. S

    Can't make Amazon SES work

    @Nasir Qureshi Which access key and secret key are you using? Share steps for fetch access key and secret key from AWS dashboard?
  3. S

    mailwizz lib for python

    @majid1f I am using python3 only. By the way it works after using request lib. But next problem is transaction email apo not working. API response says success msg but mail is not sending.
  4. S

    mailwizz lib for python

    @majid1f somehow http.client won't work in mycase. I installed requests lib and use it. Now it is working fine. @twisted1919 Is there any API endpoint documentation in mailwizz where I can refer all endpoint.
  5. S

    mailwizz lib for python

    @majid1f (venv) soham@soham:~/PycharmProjects/logic$ python3 mailwizz.py [] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>400 Bad Request</title> </head><body> <h1>Bad Request</h1> <p>Your browser sent a request that this server could not understand.<br /> </p> <hr>...
  6. S

    mailwizz lib for python

    @majid1f import http.client import time conn = http.client.HTTPConnection("139.59.4.213/mailwizz/api/index.php") _tim = str(time.time()) headers = { 'X-MW-PUBLIC-KEY': "3c6725e43b17cd11cc40d40c333f4a5d4a73ce280", 'X-MW-TIMESTAMP': _tim, 'Cache-Control': "no-cache" }...
  7. S

    mailwizz lib for python

    Ok, Thanks. Waiting for your response.
  8. S

    mailwizz lib for python

    Is there any lib for mailwizz in python like mailwizz-php-sdk? How to send mail using mailwizz from my project?
  9. S

    Can't make Amazon SES work

    @twisted1919 Cool, Thx, Let me know If i can help you in this.
  10. S

    Can't make Amazon SES work

    @twisted1919 No, it is not the same. One key pair is for AWS account and another is SMTP key pair (for service). So it should be SMTP username and SMTP Password. If possible then publish youtube video tutorial for setup AWS SES. bcoz nowadays AWS sends mail on very low cost. So many agencies...
  11. S

    Can't make Amazon SES work

    @twisted1919 Solved my issue. Problem is that the delivery server configuration parameter is misguiding. By looking name it indicates AWS access key and a secret key is required. But it should be SMTP Access key and SMTP Secret key.
  12. S

    Campaign not sending mail

    @twisted1919 It was not working on shared hosting. Now I switched shared to dedicated and it working fine. Thx
  13. S

    Can't make Amazon SES work

    @twisted1919 I don't want any server setup help from you. Just curious to know the solution which I am receiving for setup mail verification process.
  14. S

    Can't make Amazon SES work

    Now I installed mailwizz on dedicated ubuntu server (digital ocean). I configured AWS SES setup. During email validation receiving following error. Failed to authenticate on SMTP server with username "XXXXXXXXXXXX" using 2 possible authenticators Is there any tutorial where I can see exact...
  15. S

    Campaign not sending mail

    Please look at attached screenshot. The campaign not sending any mail. How to quickly send mail instead of scheduling.
  16. S

    How to import email address using CSV

    @laurentiu Got it. Thank you for sharing.
  17. S

    Can't make Amazon SES work

    I don't see an option for AWS SES WEB API. Please review the attached image to see the possible option. For AWS SES I selected Smtp Amazon.
  18. S

    How to import email address using CSV

    I have setup mailwizz on a shared server. Was trying to import email address for the campaign but not finding a place to where import it. Any help would be appreciated.
  19. S

    Can't make Amazon SES work

    I just setup mailwizz on shared hosting and trying to setup AWS SES delivery server. Here is my error while trying to velidate server. Connection could not be established with host email-smtp.us-west-2.amazonaws.com [Connection timed out #110] Log data: ++ Starting Swift_SmtpTransport ...
Back
Top