如何在 Ubuntu 上通过 Codeigniter 使用 SSMTP 发送电子邮件

发布于 2024-11-04 23:20:33 字数 442 浏览 4 评论 0原文

我是 SSMTP 和 Ubuntu 的新手,但我已使用以下命令成功发送了电子邮件:

ssmtp -t ssmtp -t ssmtp -t ssmtp -t ssmtp -t ssmtp -t temp_email_file

在 Codeigniter 中使用 PHP,我试图让我的控制器运行相同的命令。我知道这不是最安全的做事方式,但我只是想在我们的 Intranet 用户运行脚本时生成一封电子邮件给自己。

我尝试使用以下内容并尝试回显结果,但我没有收到任何回复:

shell_exec()
exec()
system()

我没有调试想法。任何帮助将不胜感激。谢谢!

I am new to SSMTP and Ubuntu, but I have successfully sent emails using the following command:

ssmtp -t < temp_email_file

Using PHP in Codeigniter, I'm trying to have my controller run the same command. I know this is not the most secure way to do things, but I'm just trying to generate an email to myself when users of our intranet run a script.

I've tried using the following and tried to echo the results, but I receive nothing back:

shell_exec()
exec()
system()

I'm out of debugging ideas. Any help would be greatly appreciated. Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花落人断肠 2024-11-11 23:20:33

这可能会有帮助。我目前在 Ubuntu Intrepid 上使用它。

http://codeigniter.com/forums/viewthread/84689/

This might be of help. I’m currently using it on Ubuntu Intrepid.

http://codeigniter.com/forums/viewthread/84689/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文