Questions tagged [email-bounces]

A bounce message indicates that the email could not be delivered successfully. Usually libraries for sending email allow to set a separate bounce address which receives the bounced messages.

In the Internet's standard e-mail protocol SMTP, a bounce message, also called a Non-Delivery Report/Receipt (NDR), a (failed) Delivery Status Notification (DSN) message, a Non-Delivery Notification (NDN) or simply a bounce, is an automated electronic mail message from a mail system informing the sender of another message about a delivery problem. The original message is said to have bounced.

See Wikipedia for details.

167 questions
-3
votes
1 answer

How to resend bounced email messages using mutt

Background An email relaying issue was resolved. 32 email messages to sponsors had bounced to root. I copied /var/mail/root to /tmp/root. I deleted irrelevant messages from /tmp/root (using mutt). All the bounced messages had the same…
badams
  • 98
  • 1
  • 9
-4
votes
1 answer

Bounced email handlers PHP

i am building an email system and i'd like to receive a bounce notification if the email bounces and display it in the dashboard. Any ideas on how to acheve this? any email functions i am not aware of? Best
1 2 3
11
12