I know Amazon SES returns a Message-Id when sending an email with their API.
This would be very useful to identify exactly which email is bouncing back, so we can mark the email as such, and stop sending further email to that address.
The email is not enough as the bounce can happen even after a couple of days.
Of course that means that Message-Id can be retrieved from the REST API and Event API.
I'm hopeful this and other important features are already in your development roadmap.
Add a unique identifier (eg. Message-Id) when sending an email and retrieving a bounce, spam, etc
-
-
Hello,
When you send a message that is bouncing we put that in a list. If you try and send to that message again this message will be dropped to help your reputation.
I understand that updating your email list is important. You can check this when you log into SendGrid and check your Email Lists. From here you will be able to export your bounce list so that you may update who you are sending to.
Thank you for your feed back, this would be a handy feature to offer our clients.
Ryan -
-
EMPLOYEE
1There's a feature we've had for a long time that does just what you need. unique_args can be added to any message via the smtpapi: http://sendgrid.com/documentation/dis...
It ends up as a JSON object that gets passed as part of them message. The unique args get added to any event associated to the message and can be viewed either with the "email activity" tab, or the event api.
We think this is better because instead of a random message-id you need to track, you can put enough information in unique_args, that you can identify the message based on some meaningful information (order number, sending server, transaction-id, customer status, etc).- view 5 more comments
-
-
-
-
-
-
I'm checking on the ability to add address-unique args, but I'm pretty sure it's not a feature at this time.
-
-
Can you explain more about your use case Paul. the event API includes the recipient address with every event. what other information would you need to trace the event back to a customer?
-
-
-
Loading Profile...



Twitter,
Facebook, or email.
EMPLOYEE
