
How to change the php.ini file for your sites email?
When people sign upto my site it should send them an email talling them their password etc. How do i change the php.ini file to send all mail from my sites email. How do you get the php.ini file too?
You shouldn’t. Instead, you need to add a “From:” header to the e-mail.
PHP Mail Form