Hello,
Using SQL Server 2000
Exchange 2000
I'm looking for a solution to the following;
When someone unsubscribes from our mailing list, we recieve an email in a specific folder. I want a stored procedure to be run with variable EMAIL ADDRESS passed. Therefore update our database to stop people receiving emails.
Presumably I would need a script run that calls a stored proc in SQL Server
OR
Maybe a DTS package to be kicked into action
Any ideas
Thanks
Scott