[SOLVED] Problem with Amazon AWS and Bounces

viniciusdl

New Member
Hello,

I setup the Amazon AWS SMTP, everything is working fine, however the wrong emails are returning to my email, in the mailwizz it appears as 0 bounces.

I did not set up the bounces server, because I saw that if I was using Amazon SMTP, it would not be necessary.

What could be happening?
 
Hi @twisted1919,
I followed this tutorial (
) to create my account. But maybe there was something wrong on my panel. The email from and reply are the same.
 

Attachments

  • 2018-03-12_06-16-31.png
    2018-03-12_06-16-31.png
    78 KB · Views: 49
I found the issue, the issue was related with https, that is not allowed for sns notifications in mailwizz, i just added a rule for skip the https rewrite and is working.

RewriteCond %{REQUEST_URI} !/index.php/dswh/\d+/?$ [NC]
 
I found the issue, the issue was related with https, that is not allowed for sns notifications in mailwizz, i just added a rule for skip the https rewrite and is working.

RewriteCond %{REQUEST_URI} !/index.php/dswh/\d+/?$ [NC]
Would it be possible to integrate this into the next version, lightening coder @twisted1919 ?
 
@frm.mwz - that's server side settings in htaccess, nothing to do with mailwizz, mailwizz allows any http and https requests ;)
Initially I thought it was re the htaccess file that mwz can change, but now after you said it is server side, I think it might be good if this could be checked when SES is being activated?
I found the issue, the issue was related with https, that is not allowed for sns notifications in mailwizz, i just added a rule for skip the https rewrite and is working.

RewriteCond %{REQUEST_URI} !/index.php/dswh/\d+/?$ [NC]
In which location/file were you able to add the above code to resolve the issue?

Thx :)
 
Back
Top