Displaying 1 result from an estimated 1 matches for "phpversion".
2005 Jun 14
4
CentOS / BQ / PHP 4.3.9 with the mail() function
...Boxs.
<? if($action=="send") {
$to = 'me at domain.dot';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: me at domain.dot' . "\r\n" .
'Reply-To: me at domain.dot' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $message, $headers);
?>
the queue looks like this....
Jun 14 11:47:45 bq0 sendmail[19390]: j5EFljEU019390: from=<>, size=1146,
class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Jun 14 11:47:45 bq0 sendmail[19389]: j5EFljk1019389: j5EFljk20193...