"how to send emails using google smtp server using xampp?" Code Answer

5

most local boxes with windows don't come with a smtp server. you could use an external smtp server and configure it in your php.ini file, but smtp authentication is not possible.

i recommend you to use phpmailer, is a simple and flexible php class, that can use a smtp server with authentication. it is also more secure than using bundled php mail() function.

http://phpmailer.worxware.com/

By fixnode on April 16 2022

Answers related to “how to send emails using google smtp server using xampp?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.