Hi ALL ,
I have a customer table with columns Name, Email & Date
Data example
Ron ron@xyz.com 6/19/2014
John John@xyz.com 6/19/2014
Darren Darren@xyz.com 6/19/2014
Now i need to send emails to all of them where the date column = getdate()
Kindly help me with the code to send email individually .
So for example here all 3 records should be sent using their respective email address .
Like first email just to Ron none other from the list then John then Darren .
Please help. Let me know if some other info is required .
Thanks
Priya