I'm designing a capability to send emails out for my app.
I was wondering once I send out an email, is there anyway to find out whether
- the email address exists and is real
- the email was received
- if not received, what the problem was? (mailbox full, email address invalid etc.)
- the email was read (probably asking too much but would be good)
Do I get any feedback at all?
I'm using the SMTPClient in the .NET framework to do this.