Message body not shown because it is not plain text.
Mon May 09 16:27:52 2016JRR [...] cpan.org - Correspondence added
I just ran into this issue as well. The cause seems to be that the tests expect certain environment variables to be set, namely some AWS credentials. These tests also require an Internet connection and they will produce side effects (like sending emails and attempting to verify domains). I can try to whip up an SES module with some more stable tests.
Mon May 09 16:27:52 2016The RT System itself - Status changed from 'new' to 'open'
Mon May 09 18:05:15 2016JRR [...] cpan.org - Correspondence added
For those who happen upon this distribution, there is a Perl AWS client called Paws that may be better suited for the job.
Mon Aug 06 17:44:45 2018PETEK [...] cpan.org - Correspondence added
The root cause of this is that the test declares 25 tests, but the SKIP: block only skips 23 if the environment variables aren't set, leaving the test one short of its plan. The easy fix is to change the skip count to 24 on line 11 of t/Net-AWS-SES.t