Email delivery fails for email which does not exist

1

I want to know what happens if an email delivery fails because email account does not exist and if someone creates same account later then what happens to failed mail delivery. Does email server keeps trying to send that email or it tries only one time?

User1551892

Posted 2014-05-07T20:32:53.637

Reputation: 143

2I expect theeror message will tell it what to do. If the address does not exist, why would it send more times? – Xavierjazz – 2014-05-07T20:39:05.897

Answers

2

Mail Daemon will return the e-mail when the recipient can't be found. It will not keep trying to send that e-mail if the account is made later.

Wutnaut

Posted 2014-05-07T20:32:53.637

Reputation: 724

2

When the receiving SMTP server reports that the account does not exist the mail is "bounced" immediately and the sender is informed. No further actions are carried out unless the sender resends the mail.

guntbert

Posted 2014-05-07T20:32:53.637

Reputation: 373