zoukankan      html  css  js  c++  java
  • 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.
    '
  • 相关阅读:
    异步初体验
    ASPNET登陆总结
    14年最后一天了
    个人阅读作业
    软工个人博客-week7
    软工结对编程作业-人员
    软工结对编程作业-(附加题)
    软工结对编程作业-(非附加题)
    个人博客作业Week3
    软工个人作业-博客作业-WEEK2
  • 原文地址:https://www.cnblogs.com/keepsilence/p/2234563.html
Copyright © 2011-2022 走看看