Delivery error rate 100%

nikk52

New Member
Hi. I configured MailWizz with Amazon SES, and verified that the server works by receiving a test email.
I'am trying to run a test campaing with 6 email addresses, and when the cronjob is executed the delivery error rate is 100%.

Is there any log that I could check the reason this is happening?
 
Run either of these commands to see what exactly is going wrong.
Code:
php ../mailwizz-directory/apps/console/console.php send-campaigns --campaigns_type=regular --verbose=1
or
Code:
php ../mailwizz-directory/apps/console/console.php send-campaigns --verbose=1
 
[2016-03-05 12:06:38] - Checking if we can send to domain of xx@comcast.net...
[2016-03-05 12:06:38] - Checking if xx@comcast.net is blacklisted...
[2016-03-05 12:06:38] - Checking if the server is over quota...
[2016-03-05 12:06:38] - Checking if the customer is over quota...
[2016-03-05 12:06:38] - Preparing the entire email...
[2016-03-05 12:06:38] - Using delivery server: email-smtp.us-west-2.amazonaws.com (ID: 1).
[2016-03-05 12:06:38] - Sending the email message using the DIRECT method.
[2016-03-05 12:06:38] - Sending failed with:
[2016-03-05 12:06:38] - Done for xx@comcast.net, logging delivery...

Any ideas?
 
I'm not having issues connecting to the service. As I said earlier, I sent a test email. Anyhow here is the result

[root@server ~]$ telnet email-smtp.us-west-2.amazonaws.com 25
Trying 54.69.81.169...
Connected to email-smtp.us-west-2.amazonaws.com.
Escape character is '^]'.
220 email-smtp.amazonaws.com ESMTP SimpleEmailService-1207632523 YFN6EEf9GnlePOn1kKmS
 
@nikk52 - gotcha, how about having a look in the aws ses logs and see if you can spot anything?
In mailwizz, backend > misc > Campaigns delivery logs, isn't there any helpful message?
 
@twisted1919 I am having similar issues. Campaigns delivery logs status says "Giveup". Mail test using "Test template" while drafting a campaign delivers without error.

Code:
[2016-03-08 17:50:39] - myemail@yahoo.com - 4/4
[2016-03-08 17:50:39] - Checking if we can send to domain of myemail@yahoo.com...
[2016-03-08 17:50:39] - Checking if myemail@yahoo.com is blacklisted...
[2016-03-08 17:50:39] - Checking if the server is over quota...
[2016-03-08 17:50:39] - Checking if the customer is over quota...
[2016-03-08 17:50:39] - Preparing the entire email...
[2016-03-08 17:50:39] - Using delivery server: mysmtp.server.com (ID: 2).
[2016-03-08 17:50:39] - Sending the email message using the DIRECT method.
[2016-03-08 17:50:39] - Sending failed with:
[2016-03-08 17:50:39] - Done for myemail@yahoo.com, logging delivery...
 
nikk52 and Yomiit:

Add bounce+mailwizztest @ yoan.us to your test lists and try again. Also, post the time you sent your test campaign.
 
Last edited:
@Mxyzptlk FishStix output below:

Code:
[2016-03-08 22:49:56] - bounce+mailwizztest@yoan.us - 4/5
[2016-03-08 22:49:56] - Checking if we can send to domain of bounce+mailwizztest@yoan.us...
[2016-03-08 22:49:56] - Checking if bounce+mailwizztest@yoan.us is blacklisted...
[2016-03-08 22:49:56] - Checking if the server is over quota...
[2016-03-08 22:49:56] - Checking if the customer is over quota...
[2016-03-08 22:49:56] - Preparing the entire email...
[2016-03-08 22:49:56] - Using delivery server: mysmtp.server.com (ID: 2).
[2016-03-08 22:49:56] - Sending the email message using the DIRECT method.
[2016-03-08 22:49:56] - Sending failed with:
[2016-03-08 22:49:56] - Done for bounce+mailwizztest@yoan.us, logging delivery...
 
Back
Top