Connect the mail server

xiaoxiao2021-03-06  61

Function prototype: int imap_open (String server address and directory name, String user name, String password)

Server Address and Directory Name Format: {Server Address / Protocol Type (Default IMAP): Port (IMAP Default 143 / POP3 Default 110)} Directory Name

For example, use the POP3 protocol to open the user someone in the mail.php21.com's inbox (Inbox), then the connection statement is written: $ IMAP = IMAP_Open ("{mail.php21.com/pop3:110 }inbox", "Someone "" Password ");

转载请注明原文地址:https://www.9cbs.com/read-112390.html

New Post(0)