How to communicate with mail server thru SMTP using PHP?
收起
Open a socket using fsockopen. Write to the socket using fwrite. Read from the socket line by line using fgets or byte by byte using fread.
报告相同问题?