I have a sql stored procedure that sends emails to my customers. Is there a way for SQL server to check to see if an email address is valid and log it if it is not?
↧
checking for bad email addresses
↧
I have a sql stored procedure that sends emails to my customers. Is there a way for SQL server to check to see if an email address is valid and log it if it is not?