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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top