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'を作成して起動することで、すでにpearをサーバーにインストールしましたが、mailとmail-mimeのパッケージをインストールする必要があり、迷子になりました。PHPメールフォームを設定するためにこれらが必要です。どんな助けでも素晴らしいでしょう!
コンソールから次のコマンドを使用します。
pear install <package_name>
メールをインストールするには、次のようになります。
pear install Mail Mail_Mime