View Single Post
  #4 (permalink)  
Old 07-09-2009, 01:07 PM
Tolls Tolls is offline
Senior Member
 
Join Date: Apr 2009
Posts: 944
Rep Power: 1
Tolls is on a distinguished road
Default
Originally Posted by satheeshtech View Post
Hi all,
im using javamail api to send mail.. when i send mail if i give non-exixtence email address,
i hav to get error message ..
any suggestion pls
If you expect to get an error message for the "user" (whether a real user, or a program somewhere) when they send the email, that won't happen.

You cannot determine the existence of an email address (so long as the email address is in a valid format).
Reply With Quote