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?

2

2 Answers 2

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.

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.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .