Karamasoft Released UltimateEmail 1.0 for .NET
Karamasoft released a new product,
UltimateEmail, for email address validation and mail merge.
UltimateEmail includes
two server controls that come in handy in your ASP.NET applications. You can also use the
server-side API in both Web and Windows applications.
UltimateEmailValidator control validates an email address in
4 levels:
Syntax: email address syntax valid
Domain: email server (MX record) set
SMTP: email server up and running
Account: email server has the address
UltimateEmailMerge control provides you with the mail merge functionality in order to send a template email to a list of people with customized delivery and content information. You can load it from any
data source such as:

DataSet, DataTable, DataView, DataReader

Collection, Array, ArrayList, XmlDocument

Text File, Comma-delimited String
You can easily integrate it with
UltimateEditor in order to send a template email to your customers with the click of a toolbar button. It comes with sample applications in C# and VB for .NET 1.x and .NET 2.0.