|
|
|
|
|
для: KPETuH
(09.06.2016 в 10:28)
| |
can't connect: Can't open mailbox {imap.yandex.ru::143}: invalid remote specification
|
| |
|
|
|
|
|
|
|
для: TetRiska
(09.06.2016 в 00:38)
| | http://php.net/manual/pt_BR/function.imap-open.php Посмотрите второй комент возможно это ваш случай. | |
|
|
|
|
|
|
| Всем привет. Собственно в чем проблема?
imap_open("{imap.yandex.ru:993/imap/ssl/novalidate-cert}INBOX", "***@yandex.ru", "***") or die("can't connect: ".imap_last_error());
|
can't connect: Can not authenticate to IMAP server: [AUTHENTICATIONFAILED] AUTHENTICATE Invalid credentials or IMAP is disabled sc=b
|
imap_open("{imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX", "***@gmail.com", "***") or die("can't connect: ".imap_last_error());
|
imap yandex включен - http://prntscr.com/be1mvr
imap gmail включен - http://prntscr.com/be1mc8
imap на сервере доступен - http://prntscr.com/be1nk0
если не imap, то как через php получить почту? | |
|
|
|
|