数据库发送邮件 [英] Database send mail

查看:105
本文介绍了数据库发送邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 

我的数据库发送邮件似乎没有发送电子邮件。我从现有实例设置了一个工作正常的配置文件。

 

my database send mail does not seem to be sending the email. I setup a profile from an existing instance that works fine.

我运行了这个

EXEC msdb.dbo.sysmail_help_status_sp;

EXEC msdb.dbo.sysmail_help_status_sp;

回复:已启动




此外,我还从服务器运行命令,这是有效的罚款

Also I ran a command from the server and that is working fine

Send-MailMessage -to myemail@bla.org-from _es-no-reply@bla.org-subject test -SmtpServer smtp.service.bla.org -port 25



Send-MailMessage -to myemail@bla.org -from _es-no-reply@bla.org -subject test -SmtpServer smtp.service.bla.org -port 25

推荐答案

你没有收到电子邮件吗?也许它到达了JUNK文件夹?
Do not you get the email? Perhaps it arrived to the JUNK folder?


这篇关于数据库发送邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆