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.
我已经通过创建和启动“website.com/go-pear.php”将梨安装到我的服务器上但是,现在我需要安装包 mail 和 mail-mime,我迷路了。我需要这些来设置一个 php 电子邮件表单。任何帮助都会很棒!
从控制台使用以下命令:
pear install <package_name>
要安装 Mail,它将是:
pear install Mail Mail_Mime