I know that there is no "no-reply" header for emails. But I'd like something a bit different.
I have an app which sends out automated emails (like "thank you for registering, click this link to confirm email address"). Sometimes the target email is incorrect, or the server doesn't respond, or whatever. In that case, my local SMTP server will eventually generate a new "Delivery Delayed" email back to the sender, and in the end - "Delivery Failed". However since the original emails were sent out in an automated fashion, these status notifications are irrelevant.
Worse - if you use a real email address in the "from" field, the real person will receive a "delivery delayed" email for something he never sent.
Is there something I can put in my email headers to specify that these "delivery status notifications" are not necessary?