i want to send an email to someone using an other smtp server that is configured in the php.ini file (under windows)
mail("$email","$pcname - $ipadd","Time and Date: $time $date\n\","From: \"NAME\" <email@domain.ext>");
i need to send an email with an second smtp server. But i can't change the php.ini file everytime i need to send an email from the php page


