如何从存储过程发送邮件?
我需要从存储过程发送邮件。我知道这是可能的。我从这个 链接 研究了它。我如何在 SMTP 服务器中进行身份验证。你有什么想法吗?
谢谢
I need to send a mail from Stored Procedure. I knew it is possible. I studied it from this link . How do i authenticat in SMTP Server. Do you have any idea.?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 SQL 数据库邮件。
请参阅数据库邮件和 SQL 邮件存储过程 (Transact-SQL)
以及这是教程< /a>
You can use SQL Database Mail.
See Database Mail and SQL Mail Stored Procedures (Transact-SQL)
And here's a Tutorial
使用扩展存储过程创建一个用于发送电子邮件的 ActiveX 或创建一个发送邮件的程序集并使用 sql2008 中的它。
Using extended stored procedures to create an use and ActiveX that sends the email or create an assembly that sends the mails and use it from sql2008.