POP before SMTP をPHPで実現
2005年12月02日
スポンサード リンク
POP before SMTP Authentication for PHPMailer - Core PHP
※POP before SMTPとは、不正メールの送信や中継を防止するため、メール送信前にPOP認証をしておくというものです。
POP before SMTP用のPHPクラスが公開されていて、サンプルどおりにやるとPHPからPOP before SMTPが簡単に実現できます。The PHP Mailer class is a wonderful piece of work, and I've used it for years now to handle email sending from PHP (specifically HTML emails and attachments). Although it provides sending via SMTP, it only supports direct SMTP Authentication. Which was great until an application I built moved host and needed "POP before SMTP" Authentication instead. So I wrote this class. I figured I'd post it here incase anyone else had a use for it.
※POP before SMTPとは、不正メールの送信や中継を防止するため、メール送信前にPOP認証をしておくというものです。
スポンサード リンク
投稿者 KJ : 2005年12月02日 18:05
|
![]()
間違いの指摘をしていただける方はメールでお願いします
最新のブログ記事
- PHPで作る初めての携帯サイト構築
- 便利なPhotoshopプラグインコレクション
- 2009年1月6日 管理人のブックマーク
- 高級感のあるクールな3Dテキストを作成するPhotoshopチュートリアル
- ウェブ上で動作するweb2.0な関数電卓「web2.0calc.com」
- ハイクオリティなVista風アイコンセット92種「iVista Icon Pack 2」
- 2009年1月5日 管理人のブックマーク
- alert等のウィンドウ内ダイアログを実現するjQueryプラグイン「jQuery Alert Dialogs」
- PHPでWordのdocファイルやPDFをテキストとして読み取る方法
- これさえやればCSSをマスターできるかもしれないCSSチュートリアル&サンプル20
- ライブドアのレコメンデーションエンジン「Cicindela」




















