Hi experts - got a query regarding sp_send_dbmail stored proc and sending to multiple recipients.
I know that multiple recipients MUST be seperated by a ; (semi-colon) however if someone passes multiple address into the recipients parameter and separates them with a , (comma) is there a record to show that the email addresses that did not receive the email because of the ,(comma) used to separate them.
From what I've checked it always reports as successful as the first recipient is valid but cant see any entry for ones after that.
All help appreciated.