Configure PHP email function for windows server. We learnt about sending mail from PHP with linux sendmail in this series of tutorial. On windows we don’t have pre configured email sever on mostly server. to fix this PHP mail function on windows, we can do with ini_set php function or setting it up on php.ini. [...]