Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sebastian11c
Posting Yak Master
129 Posts |
|
sebastian11c
Posting Yak Master
129 Posts |
Posted - 2012-01-05 : 11:24:34
|
also when im going to send a new mail i always have to run exec sysmail_start_spand later run the code , exampleexec sysmail_start_spEXEC msdb.dbo.sp_send_dbmail@recipients=N'sebastian11c@gmail.com',@body='Message Body', @sensitivity ='Personal', @importance ='High', @copy_recipients ='steve.wilson@mycompany.com',@subject ='Message Subject',@profile_name ='pruebas ajustev' |
 |
|
|
|
|