 |
SQL Server Forums - How to send multiple email using Sp_send_dbMail?
I configer database mail. How can i send email to,cc, bcc with multiple people? exec msdb..Sp_send_dbmail @profile_name = 'MyName', @recipients = 'yourname@yourname.com', @subject = 'test message', @body = 'TEST', @file_attachments='D:\test.doc'
www.sqlteam.com |
 |