TechTipsApp

Technology tips blog

  • Articles
    Categories
    • Tech news
    • Internet
    • Social Network
    • Google
    • Geeky Tips
    • Android
    • Windows 10
    Top Posts
    • Install Windows XP from USB
    • Install Windows 7 from USB
    • Open Facebook When It's Blocked
    • Partition Hard Drive Without Formatting
    • Reset Windows 7 Password
    • About
    • Contact
    • Privacy policy
    • Advertise
    • Terms of Conduct & Copyright Policy

Create a Webpage to Verify Fake or Invalid Email Addresses

Tanmay Geeky Tips Leave a Comment

A few days back, we covered an article on how to verify fake or invalid email address via Telnet. No doubt that the procedure sounds good when your operating system is Windows. But regarding those users who are not in Windows, we have created a webpage to validate an email address via TechTipsApp.Com. Readers can easily verify a fake or invalid email address by typing there.
Also read: What Happens To Email And Social Networking Accounts After We Die?
Again, the blog owners get a huge number of comments or email to their contact address. Some time folks send messages or comments using a little trick. They maintain the email address format without having existence in reality. So, when your email validation code parses the address, finds nothing bad with it. As for example: hjhjtr@gmail.com .

As the above address matches with the email address format, your contact page manager treats it as a valid email address. But actually the address has no existence. When you check for any email id from that page, it will tell you the email address details. In case of the above address, it will say that the email address does not exist though the address is valid.
Tip: Quickly Recover Your Google Account Password Through SMS Message.

How to create the email Validation Page in PHP

1. Download the zipped file from here.
2. Create a folder Val (or any thing that you want) at your server. For instance, /public_html > go > val.
3. Extract that file and open index.php file with notepad. Then find out the portion below:

 // the email to validate $email = trim($_POST['email']); // an optional sender $sender = 'your_email_address'; // instantiate the class $SMTP_Valid = new SMTP_validateEmail(); // turn debugging on to view the SMTP session $SMTP_Valid->debug = true; // do the validation $result = $SMTP_Valid->validate($email, $sender); // view results var_dump($result); 

4. Replace your_email_address with your own and save the file.
5. Upload the file index.php at the folder val of your server.
According to this example, the web address of the validation page would be http://yourdomainname/go/val/

Visit our email validation page.

Conclusion:
1. This is platform independent. So you won’t have to know various procedure for different operating system.
2. The user needs not to put any code or syntax.
3. The blogger can carry out this technique in their blog contact page to verify if the senders email is fake or invalid.
4. Using some geeky tricks you can integrate this in your blog comment section to filter the emails from fake person.
Recommended reading: Share Email Address Publicly Without Risk of Being Spammed.

Post Tags: Email, Webpage
Similar Articles from This Blog
Track Sent Email When Read By Recipient – Tutorial For Dummies
Track Sent Email When Read By Recipient – Tutorial For Dummies
GetResponse VS Mailigen – Which One Is Better?
GetResponse VS Mailigen – Which One Is Better?
Manage Multiple Email Accounts From one Gmail Account
Manage Multiple Email Accounts From one Gmail Account
What Happens To Email or Social Accounts After We Die
What Happens To Email or Social Accounts After We Die
Open Multiple Gmail Accounts at Same Time Same Browser
Open Multiple Gmail Accounts at Same Time Same Browser
How to Send New Gmail Attachment to Any Cloud Storage
How to Send New Gmail Attachment to Any Cloud Storage

Comments

  1. Cleveland Website Design :

    Nice script. Bookmarked your site!

    Reply
  2. prasanna :

    how to check the mail id real or fake programmatically in android

    Reply
  3. Jawad :

    No file to download

    Reply

Leave a Comment Cancel reply

Your email address will not be published. Required fields are marked *

About Us

Tech Tips App is a technology blog, looking forward to broaden the mental horizons of technical geeks round the web. Striving hard to quench your technical thirst, we have put our best efforts on the line of exhaust to satisfy your versatile technical vocabulary.

Recently Published

  1. Partitioning Hard Drive in Windows 7 Without Formatting
  2. How to Find My Contacts on Google Map
  3. Introducing SMS Organizer by Microsoft is the Best SMS App
  4. How to Fix Windows Update When It Gets Stuck
  5. How to Get Rid of Windows 10 Automatic Repair Loop [Solved]
  6. Best Antivirus for Windows 10 (Is Windows Defender Good Enough?)
  7. Best Facebook Messenger Bots to Get more out of Messenger
  8. How to Fax a Document From Your Smartphone
  9. Top Social Media Platforms You Should Always Know About
  10. Bitcoin vs Altcoin: Where to Invest? – Guide For Dummies

© 2021 Tech Tips App All Rights Reserved  Post Sitemap