Where can I find or make an email spoofer or php spoof form?

I am looking for a email spoofer or a code and how to use it through php on spoofing emails. Any help? It’s not used for any illegal activity.

One Response to “Where can I find or make an email spoofer or php spoof form?”

  • Zilk:

    I could be wrong, but I think you’re asking the wrong question. You can set all the mail parameters that you need with the $additional_headers parameter of PHP’s native mail() function, including "From". That’s about as spoofy as you can get in this way, but (depending on what you want to do) it may not be spoofy enough. Meaning that the recipient can still tell where the mail really came from, if they want to.

    There’s a better and safer way to send anonymous mails: Mixmaster. That’s an anonymous remailer system that *might* be what you’re looking for. If it’s not, and you really absolutely want to do this with PHP, you need to tell us – why?

Leave a Reply