AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Reasonable Spread - permission email marketing :

Friday, September 19 2008

Reasonable Spread- An online permission-based email marketing and newsletter management system. You can use Spread to send product updates and discount offers to your customers subscribed on newsletter on your web site or imported from existing customer database. It allows you to create and send any marketing materials to your customers with a simple user interface. Your marketing campaign can be effectively held for increasing sales with a low cost! You can also use Spread to send newsletter to different interest group, alumni, association members etc....

Newsletter :

Sunday, August 31 2008

Newsletter web application system is an ideal marketing tool and a fantastic way of drawing visitors back to your web site. The newsletter system which can used as hosted solution for many websites. The newsletter is a essential E-Mail marketing tool for any business. A simple interface is provided for creating HTML and Text based email for your subscribers. The subscription form can be easily add to any existing website. Your subscribers can manage their subscriptions....

Gmulti :

Saturday, August 23 2008

Gmulti is the solution to a problem power users using Gmail are probably familiar with: how to have all your mail accessible on all of your mail clients? Gmulti solves this problem. Gmulti is an intermediate mail server between your mail clients and Gmail. Instead of sending your messages directly from Gmail, you send them to Gmulti, which will send it to Gmail and then distribute it to the other clients. Instead of receiving your mail directly from Gmail, you receive it from Gmulti, which checks Gmail at specified intervals for new mail. Every client has its own maildrop on the Gmulti server....

MFCMAPI :

Wednesday, August 13 2008

MFCMAPI (AKA MAPI Editor) uses Microsoft's published APIs to provide access to MAPI stores through a graphical user interface. As a tool, its purpose is to facilitate investigation of Exchange and Outlook issues. As a code sample, its pupose is to provide developers with a canonical example of how to use the published APIs. MFCMAPI is developed in VC++ using Visual Studio 2008 (previously 2005, and before that, VC 6)....

IMAP Pusher Service :

Friday, July 11 2008

Want push mail from an IMAP server (like Gmail) on your windows mobile device? Then this project is for you. This program runs as a service and subscribes to IMAP IDLE commands to know when new messages arrive at the IMAP mailbox. It will then tell Pocket Outlook to send/receive....

Mise.Postverket :

Monday, July 07 2008

Mise.Postverket is a free lightweight mail parser for .NET and Mono. This is (currently) a read-only parser, it will not modify the mail it is parsing as that was not one of the original design goals. Mise.Postverket was developed for an application to sit between incoming mail and a mail server, examining the content of binary attachments for further external processing. It is fairly fast at processing data and quite easy to work with. The apparent lack of free email parsers for .NET prompted a first release in late 2006 as the initial project for which the parser was originally written had been...

DnSmtp - A .NET SMTP Client Library : CodePlex

Monday, June 30 2008

DnSmtp is a managed implementation of an SMTP client written for .NET in C#. It was originally conceived back in 2001 due to .NET 1.1 limitations which required Outlook to be installed on the platform for .NET to be able to send email. With .NET 2.0+, Microsoft has greatly improved their email support. The code is still rough around the edges - i was fairly new to C# and .NET when I wrote it, so there's definitely room for improvement...

CRM Queue Manager : CodePlex

Sunday, June 29 2008

CRM Queue Manager allows you to convert mail to cases in one or more queues in Microsoft Dynamics CRM 4.0. It handles various notifications and can automatically create contacts based on the senders e-mail address. You can configure it to route e-mails sent from non-existent addresses to a temporary queue and send an e-mail requesting validation from the sender. A smart way to handle support spam and you can let your customers enter additional information such as name, phone, alternative e-mail address etc the first time they e-mail you. It uses emailaddress1, emailaddress2 and emailaddress3 to...

Gopi C# Email Library : CodePlex

Saturday, June 28 2008

Gopi is an open source C# library to send emails with SMTP in .NET 2.0 and 3.5.

CMD Email : CodePlex

Friday, June 27 2008

A command line email utility using the .NET 2.0 Framework. Note: You can provide the SMTP server, port, username and password in the application configuration file rather than via command switches. Of those, the SMTP server is the only required parameter. If the port isn't provided, the default port of 25 will be used. The username and password values will only be provided if both values are present. Requirements: .NET 2.0 Framework