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.
PHP を使用してバウンス ハンドラー用に 2 つのアカウント間でメールを移動しようとしていますが、「APPEND は POP3 では無効です」という警告が表示されます。
POP3 に imap_append に相当するものはありますか、それとも何か不足していますか?
前もって感謝します。
はい。POP3 はダウンロード専用のプロトコルです。メールをメールボックスに入れるには、他のメカニズム (SMTP など) を使用する必要があります。