How to sent on behalf of mail in C#.NET

In this post I am want to tell how send behalf mail in C#.NET. Behalf of mail is means, it is like normal mail send only. But we will add Sender option in that mail header. So, I second side when they’re view that mail in from mail ID option they can see like this [sender mail ID] on behalf of [from mail ID]. We can send behalf of mail in C#.NET easily, same like VB.NET too. Please check with image how it will be in receiver side.. if you see this mail you can understand what is behalf of mail?...
More

How to send mail with reply to

In this post I want to show How we can send mail with reply to option in .NET. I means, for example we sent auto mail to site user using no-reply@domain.com. But That user need you support, then mail content. So he will try to use reply option for that mail. once he/she click on reply button, it will add To: text with reply@domain.com here we can't see same id(no-reply@domain.com). Or sometimes we need to set job to look reply mail by another person that time we can use this option. I hope some...
More