Guest User

Untitled

a guest
Sep 30th, 2018
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $user = '***@rambler.ru';
  2. $pass = '****';
  3. $imaphost = "{imap.rambler.ru:993/imap/ssl}INBOX";
  4. $connect = imap_open($imaphost,$user, $pass);
  5. var_dump($connect);
Add Comment
Please, Sign In to add comment