TerryJones
Programmer
Dear all,<br><br>I am wondering what the best way to email out a message at a certain point in a PHP script is.<br><br>I am writting a PHP script (AddUser1.php3) where the user is added into a database. Once this is done, the info is sent to a 2nd script (AddUser2.php3).<br><br>At the 2nd script, I want to be able to email a message to 3 individuals (I know all 3 email addresses).<br><br>If anyone has any info on how to email out from a php script (prefer without the user being involved), could you please give me some advice.<br><br>Thank you.