php 를 이용한다면 imap 이나 pop3 나 같은 함수를 사용합니다.
예를 들어서 imap_open 이라는 함수 설명을 보면
imap_open
(PHP 4, PHP 5)
imap_open — Open an IMAP stream to a mailbox
Report a bug
설명
resource imap_open ( string $mailbox , string $username , string $password [, int $options= NIL [, int $n_retries= 0 ]] )
Opens an IMAP stream to a mailbox .
This function can also be used to open streams to POP3 and NNTP servers, but some functions and features are only available on IMAP servers.
php 를 이용한다면 imap
php 를 이용한다면 imap 이나 pop3 나 같은 함수를 사용합니다.
예를 들어서 imap_open 이라는 함수 설명을 보면
이렇게 설명되어있지요.
어느정도 수정하면 그대로 쓰실수 있을겁니다.
댓글 달기