PHP:
1
| <? $mailtext = stripslashes($_POST[ 'text' ]); while ($output = mysql_fetch_row($query)) { mail($output[0],$_POST[ 'subject' ],$mailtext,"From: $_POST[ 'from' ] <$output2[ 0 ]>\nReply-To: $output2[ 0 ]\nX-Mailer: TrueMail\nReturn-Path: <$output2[ 0 ]>"); };?> |
Ik durf niet zo goed om het te testen nu, kan iemand mij meer duidelijkheid geven ?