Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

PHP change mail header


ghost's Avatar
0 0

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?


ynori7's Avatar
Future Emperor of Earth
0 0

You need access to an SMTP server. If you have that, the server's IP will be the one displayed. The only way to change it is to change the server's IP. I can't guarantee this is right, but it seems logical.


ghost's Avatar
0 0

yeah that sound logical but how can i change the server of the ip?


spyware's Avatar
Banned
0 0

NoPax wrote: but how can i change the server of the ip?

yeah that sound logical


chess_rock's Avatar
Member
0 0

NoPax wrote: but how can i change the server of the ip?

hmm… changing server of the ip = changing ip of the server… didn't know that was the same thing :o hehe