Hi!
I have setup an email which will be the return path of the email that i sent (eg. returnto@domain.com). And all incoming emails to that email (ie. returnto@domain.com) will be forwarded to a script that will fetch those emails and enters it to the database. When I directly send an email to (returnto@domain.com) it works as expected, it redirects the email to my script but when I purposely send a message to an invalid email or to non existent email, it just bounce back to (returnto@domain.com) and it doesn't redirected to my script. What should be done? Please help.
|