Hello,
I have a sql table with recipient email addresses along with unique id, names etc.. How would I run a sql job to send HTML formatted email (includes table data) to different recipients from a table.
It should start from row 1 until it reaches the last row.
Please let me know how to execute sql job with different emails.
Thank you