条件を指定して検索しています。すべての条件を解除する
2025/7/3 -Note: PHP mail() function should be enabled in php.ini. Open File Manager in Plesk > Domains > example.com > Websites & Domains
2025/5/2 -Learn how to set up mail messages from PHP scripts with this guide that includes instructions for several methods, including PEAR Mail Class and the PHPMailer.
2025/5/31 -今回は、PHPでmb_send_mailを使ってメールが送信できない時に、Postfixの設定を行うことで送信ができるようになりました。 納品済みのサーバでは認証の設定が全くされてい ...
2025/6/6 -msmtp を php などで sendmail の代替として使う場合、ユーザーの設定ファイル(つまり ~/ 以下にあるもの)は使えないことに注意して下さい。 その場合は /etc/msmtprc を ...
2025/5/3 -Linux サーバーからメールを送信したい場合に、よく標準でインストールされているメールサーバーソフトの Postfix から Gmail を経由させて(これを「リレー」といい ...
2025/4/13 -This article describes how to set up a virtual user mail system, ie where the senders and recipients do not correspond to the Linux system users.
Q.linuxサーバーにてphpメールフォームがうまく動いてくれない。 環境詳細: サーバー:linux centos5 php:php5 MTA:postfix メールフォームにてローカルホスト...
A.mbstringモジュールがインストールされていないのではないでしょうか? phpinfo で mbstring の項目があるかどうか確認してはいかがでしょう? インストールされていないのであ...
Q.PHPでメールフォーム 抽象的ですが環境はLinux、apacheです。 PHP(またはCGI)でメール送信フォーム作成をしようと考えているんですが、条件として 1. 管理者画面を作成 2. ...
A.TXTに書き込んで保存 TXTから読み込んで表示 という処理はできるでしょうか これができれば可能です 管理画面から 設定ファイルを更新して 表示するときは 設定ファイルの情報からフォームを作...
Q.php メール Received: from unknown その② 設置しているサーバはどういうものでしょうか? IPアドレスから逆引き出来ないような環境(自宅サーバとか)ではありませんか? >>
A.mmmmmai355さん ちょっと状況が読み取れません(汗 >私が使っているPC(サーバーなのでしょうか)からだと >メールヘッダーにReceived: from unknownが出
2025/5/2 -This article demonstrates how to install PHPMailer and use it to send e-mails. With PHPMailer, you can send e-mail messages programmatically using PHP.
2025/4/24 -Download PHPMailer for free. The classic email sending library for PHP. PHPMailer – A full-featured email creation and transfer class for PHP.
2025/5/10 -簡単にUbuntuでSMTPでメールを送信するにはMSMTPが良さそう。 メールで簡単に送信する方法を紹介します。特に、Ubuntuでのメール送信については紹介されていないの確認し ...
16時間前 -In this article, we will see how we can send an email with attachments using the Mime-Versionmail() function. When the mail() function is called PHP will ...