I am currently creating an email application that can send emails to many users. However, I want to know if there are bouncing letters. I am currently using Amazon SAS to notify me if a letter bounces. However, I want the returned email data to be automatically entered into my Rails application instead of manually entering it based on the mail program daemons that I receive from Amazon. Is there any way to do this?
source share