views:

28

answers:

1

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.

+1  A: 

Change your from-address to [email protected] (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.

Espo