Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Email checker?

 [1/4] from: kpeters-vu:ware at: 25-Nov-2005 19:36


Hi all= ~ am on the lookout for an email validator -= something that wouldtake a list of addresses, connect to the mail servers= for those addresses, maybe even queries  the smtp servers for the= addresses and returns the result codes from the smtp servers or other= result codes (DNS, malformed email address etc.) Is there such a thing in Rebol out= there? Thanks, as always for any= pointers, Kai

 [2/4] from: greggirwin:mindspring at: 26-Nov-2005 12:11


Hi Kai, KP> Hi all= ~ am on the lookout for an email validator -= something that KP> wouldtake a list of addresses, connect to the mail servers= for those KP> addresses, maybe even queries  the smtp servers for the= addresses and KP> returns the result codes from the smtp servers or other= result codes (DNS, KP> malformed email address etc.) Is there such a thing in Rebol out= there? KP> Thanks, as always for any= pointers, Kai I haven't seen anything like that. -- Gregg

 [3/4] from: compkarori:g:mail at: 26-Nov-2005 22:00


I wrote something like that a while ago, but currently it is broken and I don't have the time to see why :( -- Graham Chiu

 [4/4] from: compkarori::gmail::com at: 27-Nov-2005 2:15


I quickly coded another solution to this, and posted it to the rebol.org library http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=email-check.r Now I shall be most upset if someone uses this for spamming purposes !! -- Graham Chiu