* http://aws.amazon.com/security-credentials
*/
PropertiesCredentials credentials = new PropertiesCredentials(
AWSJavaMailSample.class
.getResourceAsStream("AwsCredentials.properties"));
AmazonSimpleEmailService ses = new AmazonSimpleEmailServiceClient(credentials);
/*
* Before you can send email via Amazon SES, you need to verify that you
* own the email address from which you�ll be sending email. This will
* trigger a verification email, which will contain a link that you can