[thelist] On Error Resume Next

Canfield, Joel JCanfield at PacAdvantage.org
Wed May 3 10:40:42 CDT 2006


> and just flag those failed emails for further investigation 
> and send the remainder of the record set onwards.

since it's unlikely that it's related to the validity of the email
address, but more likely that it doesn't exist, contains non-standard
characters, etc. why not just insert a conditional check for each
address (perhaps too costly? dunno)

if the address passes the check, continue; if not, write to a log.

or, for troubleshooting, write each address to a log as it's processed.
when it fails, you'll know where it failed.

spinhead



More information about the thelist mailing list