1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【質問】PHP, Qdmail ライブラリのsmtpServer() のパラメータについて

Posted at

Mac(OS X Yosemite 10.10.2)のローカル環境にて、Qdmail を用いて、
上記環境のMacをSMTPサーバーにして、メールを送信したいのですが、
エラーが出てしまい、送信ができません。そもそもMacをSMTPサーバーにする設定がわからないので、ご教授いただけませんでしょうか。

PHPコード
$mail->smtp(true);
$param = array(
'host' => 'localhost'
, 'port' => 25
, 'from' => 'xxx@xxx'
);

エラーメッセージ
PHP Warning: fsockopen(): unable to connect to localhost:25 (Connection refused)

何卒、よろしくお願いいたします。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?