配置:
profile name
account
调用:
EXEC msdb.dbo.sp_send_dbmail
@profile_name=profile name
@recipients=recipient email address
@subject=subject
@body=body
@body_format='HTML'/Others
配置:
profile name
account
调用:
EXEC msdb.dbo.sp_send_dbmail
@profile_name=profile name
@recipients=recipient email address
@subject=subject
@body=body
@body_format='HTML'/Others
转载于:https://www.cnblogs.com/liuweicfyj/archive/2010/02/05/1664231.html