Thank you. It is a good website. But it is too complex for me to understand. I am just newer to PHP. I just want to find a simple solution, how to send out email by IMAP server.
I know if I use SMTP server to send out email, before i use mail() function, I should configure php.ini SMTP = smtp.bla.bla, but I don't know mail() function support IMAP server or not? How to configure it in php.ini?
Thanks!!!