Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 09:53 AM
dave
Guest
 
Posts: n/a
Default Auto-remove feature in asp program

I have an email program, that I wrote for my newsletter. When I send my
emails, I am getting more and more bad emails. Is there a way to have an
auto remore feature that will remore the email from my database?

Dave


  #2  
Old July 19th, 2005, 09:53 AM
Aaron Bertrand - MVP
Guest
 
Posts: n/a
Default Re: Auto-remove feature in asp program

If you stop spamming people, they'll stop shutting down their accounts. :-)

Just kidding. Seriously though, the database doesn't have some magic trick
for determining valid e-mail accounts. What you could do is mark the e-mail
as unverified in the database; send out an e-mail when the person registers,
asking them to click a link to confirm. The link would mark the row as
verified, and then your newsletter would only send mail to *verified* e-mail
accounts. I think your bounce frequency would be greatly reduced, so that
manual removals wouldn't be such a burden.

There are probably non-trivial ways to probe SMTP servers for the validity
of accounts, but they are unlikely to be worth the effort, never mind
checking your entire set of accounts prior to each mailing.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"dave" <davef@helixpoint.com> wrote in message
news:#kR9sqFuDHA.3496@TK2MSFTNGP11.phx.gbl...[color=blue]
> I have an email program, that I wrote for my newsletter. When I send my
> emails, I am getting more and more bad emails. Is there a way to have an
> auto remore feature that will remore the email from my database?
>
> Dave
>
>[/color]


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles