I want to send emails locally, and the tutorial says that I have to enable PHP.ini extension what is it and how can I activate it?
tutorial: How to send localhost email using the PHP mail function?
I want to send emails locally, and the tutorial says that I have to enable PHP.ini extension what is it and how can I activate it?
tutorial: How to send localhost email using the PHP mail function?
php.ini is the PHP configuration file, which loads automatically. I do not know what OS you use, but on Linux you can find the file by typing in the console:
php -i |grep php.ini