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.
'
原文地址:https://www.cnblogs.com/keepsilence/p/2234563.html