- A website hosting account with PHP mail support
- PHP email sending script
You can easily get some free web hosts which support php and mail. But You need to know some php for hosting your own fake mail sender. You can create a form to get user input for sender and receiver email addresses and message. Then use mail() in php to send the mail.
mail($to, $subject, $message, “From: $from”);
But most of use do not know php well. They can download a good fake mail sender script by this link.
After downloading the script, go to your hosting account and upload the script. Now run the script and send fake emails. This script records each messages being sent and stores it in the database. You can easily modify it as your wish.
No comments:
Post a Comment