約8,800件1ページ目

日本語のみで絞り込む

2015/3/4 -I am trying to send an automated email for notification from my web page. ... I tried to change the port into 465 and set $SMTPSecure as ssl but ...

Mail | --Mail_smtp. SMTP implementation of the PEAR Mail interface. Requires the Net_SMTP class. Author(s):. Version: $Revision: 294747 $. Variables. $auth ...

In this knowledgebase article we demonstrate sending an email using outMail with PEAR::Mail library in PHP.

2022/12/21 -PEAR modules. To make sure your emails are delivered properly, configure your PHP script or PHP application to use an external SMTP account.

Table of Contents. Introduction — How to send a mail and the mailer backends; Mail::factory() — creates a mailer instance; Mail::send() — sends a mail ...

2022/2/26 -Suddenly my web start to give this error when trying to send an email: [SMTP: STARTTLS failed (code: 220, response: 2.0.0 Ready to start TLS)].

A.phpMyAdminでlocalhostのMySQLに接続出来て、データベースmdb2を作成し(そのデータベースに)テーブルusersを作成することが出来たんですよね? >PearMDB2

A.%pear upgrade PEAR としてみてから再度 Mail_MIME のインストールをしてみたらいかがでしょう? 原因はわからないままなのですが、同じような現象に会われた方はこれで解決できたそうです。

The SMTP interface allows a PHP application to access an external SMTP server with control over various options such SMTP ports and authentication. These ...

2019/11/4 -A detailed guide on PHP mail sending options with examples of using the built-in mail function(), PHPMailer, PHP mail testing and debugging.

2008/10/23 -When I use no authentication as follows, PEAR::Mail works. $smtp = Mail::factory('smtp', array ('host' => $host, 'auth' => false, 'username ...

$smtp = Mail::factory('smtp',. array ('host' => $host, 'port' => $port, 'auth' => true, 'username' => $username, 'password' => $password));. $mail = $smtp ...