2013-10-18から1日間の記事一覧

【PHP】Gmail + imap で Retrying PLAIN authentication after [ALERT] Please log in via your web browser: http://support.google.com/mail/accou (errflg=1) in Unknown on line 0

PHP

PHPで imap を使ってgmailからメールを抽出するシステムを作ってたら、 以下のエラーが出た。Retrying PLAIN authentication after [ALERT] Please log in via your web browser: http://support.google.com/mail/accou (errflg=1) in Unknown on line 0PHP …