If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Managing bouncing emails from mailing list using Dimac Jmail

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-28-04, 11:13
oliflorence oliflorence is offline
Registered User
 
Join Date: Aug 2004
Posts: 96
Question Managing bouncing emails from mailing list using Dimac Jmail

Hi,
I am using Jmail from Dimac and ASP to send my news letter and announcements by email.
I have several thousands of subscribers and therefore a few hundreds bounce back every time, at the moment I have done a system where I can feed a string of email addresses separated by a comma to a script, once the email has been reported 3 times it is simply removed, this works well but I have to collect email addresses one by one.
is there a way to automate this and collect the email addresses bouncing using a script?

Thanking you for any help,
Olivier
Reply With Quote
  #2 (permalink)  
Old 08-29-04, 15:42
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Yes... you've there are a few options...

Depending on your programming skill, you could write your own SMTP gateway (C++, VB, etc). This gateway would receive your bounced emails and handle them accordingly. Probably not in the realm for most people.

Another option would be to have a mailbox that these emails come back to (which you already have setup obviously). Then you can utilize one of several commerical COM objects out there to sift through that mailbox using POP3 (ServerObjects - AspPOP3). Now that you can go through the messages, search for key phrases, and do what you need to. Now, here's the kicker. You'll have to wrap this around some type of schedulable routine. If you know VB or C++, you could write a app to use this COM object and schedule it. Another option is to put it in an ActiveX object of a DTS Package in MS SQL Server and schedule it through the DB server. If both of those aren't an option, you could write it into an ASP page, but you'll have to go to the page manually to execute it.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On