ページ番号  1 |  2 |  3 |  4 |  5 |  6 |  7 |  8 |  9 |  10

PHPMailer でSMTPサーバーからメールを送信

URL:http://bit.ly/2pVTPRI
https://github.com/PHPMailer/PHPMailer" target="_blank">http://x68stage.ddo.jp/casper/sunbbs/f/20170509110650.png" width="50%" height="auto" alt="PHPMailer" class="pict" align="right" />
https://github.com/PHPMailer/PHPMailer" target="_blank">――PHPMailer――
■GitHub - https://github.com/PHPMailer/PHPMailer" target="_blank">PHPMailer/PHPMailer: The classic email sending library for PHP
https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md" target="_blank">ChangeLog

http://www.webdesignleaves.com/wp/inmotion/485/" target="_blank">PHPMailer の利用 | Web Design Leaves
http://logic.moo.jp/data/archives/881.html" target="_blank">外部SMTPサーバを利用してメールを送信する。|プログラムメモ
http://techblog.ecstudio.jp/tech-tips/mail-japanese-advance.html" target="_blank">PHPで日本語メールを送る – 応用編 (添付ファイル、HTMLメール) - EC studio 技術ブログ
JPHPMailerはPHPMailerの日本語ラッパークラス
※PHPMailer本体が別途必要です。
(ライセンスはLGPLです)

http://d.hatena.ne.jp/mrgoofy33/20110302/1299014976" target="_blank">PHPMailer と JPHPMailer でのメール送信(JPHPMailer連想配列版もアリ) - hogehoge foobar Blog Style5
http://d.hatena.ne.jp/mrgoofy33/20110303/1299099597" target="_blank">PHPMailer と JPHPMailer で SMTP サーバーからのメール送信 - hogehoge foobar Blog Style5
https://torounit.com/blog/2011/04/06/662/" target="_blank">JPHPMailerでのメールフォームの作成 - Toro_Unit
https://memo.xight.org/2009-05-24-2" target="_blank">PHPMailerでGmailのSMTPを利用する - memo.xight.org
■GitHub - https://github.com/VERSION2-Inc/moodle-block_quickmailjpn/blob/master/jphpmailer.php" target="_blank">VERSION2-Inc/moodle-block_quickmailjpn - jphpmailer.php

http://internet.watch.impress.co.jp/docs/news/1037758.html" target="_blank">PHPメール送信用ライブラリ「PHPMailer」「SwiftMailer」「zend-mail」に、ほぼ同種の脆弱性 - INTERNET Watch
PHPMailerの脆弱性「CVE-2016-10033」は12月25日、脆弱性「CVE-2016-10045」は12月27日に報告されており、SwiftMailerの脆弱性とほぼ同様のもので、前者はバージョン「5.2.18」以前、後者はバージョン「5.2.20」以前が対象。脆弱性を修正した「5.2.21」がすでに公開されている。
http://qiita.com/koh-taka@github/items/d4bc016970732858b1ee" target="_blank">「PHPMailer」に重大な脆弱性……ってこれ、WordPressやDrupalでも使われてる! →大丈夫そう

http://pear.php.net/package/Mail/" target="_blank">――PEAR:Mail――
http://d.hatena.ne.jp/mrgoofy33/20110107/1294416021" target="_blank">PEAR::MailでSMTPサーバーからのメール送信(PEARインストール編) - hogehoge foobar Blog Style5
http://d.hatena.ne.jp/mrgoofy33/20110107/1294416496" target="_blank">PEAR::MailでSMTPサーバーからのメール送信(サンプルコード編) - hogehoge foobar Blog Style5

https://secure.php.net/manual/ja/mail.configuration.php" target="_blank">――PHPのmail関数でメールを送る。php.ini――
http://www.phpbook.jp/tutorial/mailini/index1.html" target="_blank">php.iniの設定
http://so-zou.jp/web-app/tech/programming/php/network/mail/" target="_blank">メールの送信 - PHP プログラミング解説
https://php1st.com/158/" target="_blank">外部のSMTPサーバーを使いたいとき | PHPプログラミングの教科書 [php1st.com]
○外部SMTPサーバーの指定(php.ini)

――XAMPP(Windows環境)、php.ini、sendmail.ini――
https://www.apachefriends.org/jp/" target="_blank">XAMPP Installers and Downloads for Apache Friends
https://techacademy.jp/magazine/4129" target="_blank">XAMPPのローカル環境からメールを送信できるように設定する方法【初心者向け】 | TechAcademyマガジン
xampp環境でメールを送信できるようにする設定|WEBデザイン&システム開発・PHP講座 - HIRAMEKI
http://kentphp.blogspot.jp/2011/04/xamppphp.html" target="_blank">xamppでPHPのフォームからメール送信できない。 : KentさんPHPを始める
http://k-hiura.cocolog-nifty.com/blog/2012/05/xamppphp-b3a0.html" target="_blank">XAMPP;PHP;メール送信;設定;プログラムサンプル - 万象酔歩

コメント

かすぱ [2017年05月12日(金) 16時52分29秒]
A)Googleアカウントを2段階認証にしている場合、
アプリパスワードで生成したpasswordを使用します。
https://support.google.com/accounts/answer/185833
https://security.google.com/settings/security/apppasswords

B)Googleアカウントを2段階認証にしていない場合、
安全性の低いアプリのアクセスを有効にして、ログインパスワードを使用します。
https://support.google.com/accounts/answer/6010255?hl=ja
https://www.google.com/settings/security/lesssecureapps
かすぱ [2017年05月17日(水) 11時17分19秒]
MS、サポートが終了したOSに異例のセキュリティパッチを提供
ランサムウェア WannaCrypt 攻撃に関するお客様ガイダンス
Customer Guidance for WannaCrypt attacks(サポート終了OS向けのダウンロードリンク)
・SMB v1(SMB 1.0/CIFS)の脆弱性
MS17-010セキュリティアップデート

ページ番号  1 |  2 |  3 |  4 |  5 |  6 |  7 |  8 |  9 |  10