How to overwrite the email Sender (display) name in C#

Change Email Display Name :- In this post i going to show how to overwrite the E-mail sender’s display name in C#.NET. We can follow the same thing in VB.NET too. Email display name, it is shows information about email to receiver,  Email Subject when it came who sent this mail. That place we can overwrite exist name with our special name. For example I sent mail from ID “myemail@mydomain.com” to email ID “youremail@mydomain.com”. So, once we opened the mail we can see sent from myemail or else ...
More

Embed Image in E-Mail is Easy in C#

Embed Image in mail How to add logo in mail? How to add an image object in mail with out having any static URL? (for example <img src="http://shareourideas.com/wp-content/uploads/2010/03/twitter_logo_header.png" />) Here best solution for this…! C# Code :- Import this Net.Mail and Net.Mime using System.Net.Mail; using System.Net.Mime; //Then use this code in button click or your own function { string strMailContent = "Here is your mail content…."; string fromAddress = "your-email@[your...
More

Mail SMS alert in India Free! Tip

Incoming mail SMS alert in India Free! Tip Copied from way2sms IMPORTANT NOTICE, Updated on April 22th, 2010. “As you may know, we frequently review our products and features to ensure their effectiveness.After reviewing our ‘Way2SMS Mail’ feature, which allows you to ’send and receive emails’, we’ve found that it hasn’t had the impact we had hoped for. As a result, we’ve decided to retire this feature at the end of April.So,We request you to make necessary arrangements before 30th of April...
More