Question

I am quite confuse handling a mail. Once i received mail in my inbox e.g. (gmail), can i able to send back to user as it is bounce mail. What i am doing in here is, my application read mail from gmail using Javamail API and i want to send back them as that their email has not been delivered.

Any one have face this kind of scenario?

Thank you

Was it helpful?

Solution

Bouncing a message is MTA's job, not a client's such as JavaMail. You can however fake a bounce message but anyone looking into the message's source will be able to tell it was sent from a client.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top