Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gmail.comのようなメールサーバーに接続してそこからメールを受け取るようなスクリプトをphpで書くことは可能ですか?
ナイーブに聞こえるかもしれませんが、それを行う機能があるのでしょうか?
PHP にはIMAP ライブラリがあります。Google で簡単に検索すると、その使用方法の例が表示されました。
はい、あります。IMAP http://www.php.net/manual/en/book.imap.phpを調べてください。