Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4616194
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:56:50+00:00 2026-05-22T01:56:50+00:00

I tried to send emails with Amazon SES, with the Java AWS SDK, and

  • 0

I tried to send emails with Amazon SES, with the Java AWS SDK, and it worked. I would like to be able to check (at a later time) whether the delivery was successful. I will define it successful if the final mailserver accepted the mail for delivery.

I saw that when you send an email you can get a messageId that uniquely identifies your email:

    SendEmailRequest request = new SendEmailRequest(from, destination, message);
    SendEmailResult result = service.sendEmail(request);
    String messageId = result.getMessageId();

However I saw that you can get only aggregated statistics, for example with SendDataPoint (Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity).

I’m not using SES to send bulk emails, but personalized notifications on a very low volume and I’d be interested to check every single message.

Did I overlook something? Is it possible to do this type of check with SES?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:56:51+00:00Added an answer on May 22, 2026 at 1:56 am

    Amazon does provide a mechanism for you to capture bounces, which provides you with contrapositive verification.

    You can create a mailbox to receive bounce notifications, then tell SES to forward bounce notifications there. e.g.:

    request.setReturnPath("bounces@example.com");
    

    You can then write code to periodically check that mailbox, and parse the messages for the destination email address.

    Amazon provides a brief explanation of how they handle bounces & complaints here:

    http://aws.amazon.com/ses/faqs/#37

    However, if you want to check if the message avoided the spam filter or was read by the end user, that is beyond the scope of SES (although they work hard to ensure deliverability).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know how I can send emails from my web app
I have an asp.net Web Forms application that needs to send emails. I like
I have tried to use Javamail to send emails. However, I received the following
I'm using PHP to send html emails. I've tried to import css files inside
I am using C#.NET 4.0 and would like to send an email to an
I'm trying to send emails from my webpage, so I have tried this: Imports
Basically, I can send the user emails. I tried to send him this: MailMessage
I think yesterday Amazon announced SMTP support for SES (Simple Email Service). I tried
I am using the Exchange Services Managed API.... I am able to send emails
I am trying to use Java Mail to send emails with my program but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.