From: Phlip Date: 2009-04-01T23:29:41+09:00 Subject: Re: how to do coding to check mail delivered or not Phlip wrote: > Anshali Dhande wrote: > >> i am using deliver method of actionmailer to send mail.. mail is >> sending successfully but how can i find it delivered or not > > You can't. If your mail gets as far as POP3, actionmailer will return > "success". as far as SMTP. POP3 is the side you _can't_ see! > > You could send the kind of mail that triggers an automatic reply when a > user agent presents the mail to its human (the automatic reply that > spammers love!), but then you need a whole new web service to fetch this > reply!