vote up 0 vote down star

hello guys,

I am using java mailer utility to send mails in my application. When ever there is any invalid mail id we are getting deliver failure notice. Is there any way to stop that failure notice?

Please help in this.

flag
1  
Are you not worried by delivery failures ? You're not sending spam, are you ? :-) – Brian Agnew Oct 20 at 13:02

1 Answer

vote up 1 vote down

Change your from-address to noreply@example.com (replace example.com with your domain). Also remember to create that address in your mail-server software to make sure email to that mailbox will be discarded.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.