Sql2008发送Email

第一步

第二步

第三步

下面就是Next--->Next了

发送测试

USE msdb
GO
EXEC sp_send_dbmail @profile_name='PinalProfile',
@recipients='test@Example.com',
@subject='Test message',
@body='This is the body of the test message.
Congrates Database Mail Received By you Successfully.
'
posted @ 2011-11-03 15:06  keepsilence  阅读(129)  评论(0编辑  收藏  举报