PHP change mail header
hi guys I know you can change with a php script the sender adress but there is always send a header with the email like
From Fkn0wned.com Tue May 19 18:21:06 2009 Return-Path: <nobody@host.domain.tld> Authentication-Results: mta334.mail.mud.yahoo.com from=fkn0wned.com; domainkeys=neutral (no sig); from=fkn0wned.com; dkim=neutral (no sig) Received: from 69.72.190.17 (EHLO host.domain.tld) (69.72.190.17) by mta334.mail.mud.yahoo.com with SMTP; Tue, 19 May 2009 11:21:16 -0700 Received: from nobody by host.domain.tld with local (Exim 4.69) (envelope-from <nobody@host.domain.tld>) id 1M6Tw2-00060G-Ch for XXXX@yahoo.de; Tue, 19 May 2009 14:21:06 -0400 To: XXX@yahoo.de Subject: blaaaaa!!! ( Fkn0wned.com ) MIME-Version: 1.0 Date: Tue, 19 May 2009 14:21:06 -0400 From: "Fkn0wned.com" <mailer@fkn0wned.com> Content-type: text/plain; charset="iso-8859-1" Message-Id: <E1M6Tw2-00060G-Ch@host.domain.tld> Content-Length: 1085
So there are send the IP adress of the server from where the email was send. So is it possible to change that header witch is send with the email?