約2,520件1ページ目

日本語のみで絞り込む

2009/8/5 -I´m having trouble sending a e-mail with the PHPMailer class, but it works with PEAR Mail::factory. I guess the problem is with the SMTP ...

$auth = false. [line 114]. Should SMTP authentication be used? This value may be set to true, false or the name of a specific authentication method.

I am able to send inline images attachments using the basic Mail class by adding two header fields and formatting the msg body, see code below.

2022/7/1 -This article explains how to use SMTP authentication to send email with the PHP mail() function in PEAR Mail.

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

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

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

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

A great alternative is the PEAR Mail package. Both MAMP and XAMPP come with the PEAR framework pre-configured, so installing the Mail package is simple.

2014/8/9 -To connect to an outgoing SMTP server from a PHP script using SMTP authentication and send an email: Make sure the PEAR Mail package is ...

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.

Please use the following PHP emailing script to see how to include SMTP authentication in your PHP code. Replace "username@yourdomain.com"with your valid email ...