System.web.mail

  • Thread starter Thread starter shrishail
  • Start date Start date
S

shrishail

I am using system.web.mail(.net framework 1.1) to send emails

Now i want to receive
the bounced mails in a different email id from that of the from(sender) id
How to do this? Can any one throw light on this?
 
You would have to construct your message using the address you want the
errors returned to in the "FROM" field.

If you are concerend about not being able to reply to your customers, you
will need to add their email address into the body of your email message.

FROM: (e-mail address removed)
TO: (e-mail address removed)
BODY: You received an email from (e-mail address removed) on this date.

Hope this helps.
 
Back
Top