How to configure php mail to
This article mainly introduces "how to configure php mail to". In daily operation, I believe many people have doubts about how to configure php mail to. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubts about "how to configure php mail to"! Next, please follow the editor to study!
The copy code is as follows:
[mail function]
; For Win32 only.
SMTP = mail3.focuschina.com
Smtp_port = 25
; For Win32 only.
; sendmail_from = me@example.com
Only the above code is configured, and the user name and password are not used. The test code successfully sent the email.
Test code sent:
The copy code is as follows: