On 4, May 2010, at 4 May 15:42, sathishkumar wrote:
> Question: Can you please anyone suggest me, how to find out the email-id 
> which is failed to deliver / invalid one from that bounced email notice.

The most fool proof way to do this is to get the message-id of the mail you 
have sent, and store that somewhere against the user you sent to.

Then when you get the bounce message, dig out the message-id and then lookup 
the message-id in your table to find the user.

Mikel Lindsaar
http://rubyx.com/
http://lindsaar.net/



-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to