如何在 Ubuntu 上通过 Codeigniter 使用 SSMTP 发送电子邮件
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会有帮助。我目前在 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/