background preloader

Email

Facebook Twitter

Smtp

Internet. Spam. Octazen Solutions - Contact Importer (Address Book Grabber) for. DMA - EMAIL MARKETING COUNCIL - Home Page. How Do I: Send Email Asynchronously with ASP.NET : The Official. Thoughts.Generate(); : Creating Email Templates in Asp.net 2.0 u. Using Bounced Email Messages to Clean Your Bulk Email Address Li. Step 1. Use a bounce box... The first step in cleaning your list is to trap bounced messages in a central location. We suggest that you create a "bounce box".

A bounce box is a dedicated e-mail account that is setup to trap returned messages i.e. bounce@yourdomain.com. When a message is submitted to an SMTP server it is tagged with a reverse-path. The SMTP sever stores the reverse-path internally, not in the actual message, and forwards it with the message through any relay servers as necessary until the message encounters an error or reaches its destination. It is very important to understand that the reverse-path and the address in the From: header need not be the same.

Once you understand the difference between the reverse-path and the From: header, and the roles they play, you are on your way to building messages that will be displayed in a friendly manner if delivered, or will be returned to your centralized bounce box if there is a failure. Step 2. Step 3. On to the samples...