Getting Xampp to Send E-Mail From the Localhost
In my web design work I often have a need to test email functionality. This is what I found to work for my setup. Edit c:/xampplite/php/php.ini search for the line that says: sendmail_path = “\”C:\xampplite\sendmail\sendmail.exe\” -t” – in my setup it is line 1107 That command above actually has incorrect syntax. Create a line directly [...]
