Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经用 ssmtp 设置了一个 ubuntu 机器。
我的网站有一个 mailto 标签,它询问浏览器它想如何发送电子邮件,但我希望它使用 ssmtp 设置自动发送而不询问用户。
<a href="mailto:?subject=....">Testing</a>
我怎样才能做到这一点?或者我应该为此使用 PHP 指令吗?
提前致谢!
我认为我想要做的事情是不可能的......
<a href="mailto:...">
由客户端执行,我想使用一些服务器的东西。如果我没记错的话,它将使用来自客户端的一些电子邮件应用程序,而不是来自服务器的任何内容。