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.
我有一个带有 WHM 和 cpanel 的 VPS 服务器。我们有一些受密码保护的目录(在 cpanel 中定义)。我们希望每当用户登录其中一个时,我们都会收到一封即时电子邮件。可能的?谢谢
好吧,您可以在 index.php 上使用 PHP 中的 mail() 函数。除此之外,不幸的是这是不可能的。