Skip to content

Instantly share code, notes, and snippets.

View muhammadzia-se's full-sized avatar
🏠
Working from home

Muhammad Zia ur Rehman muhammadzia-se

🏠
Working from home
  • Wealthface.com
  • Financial Center Dubai - United Arab Emirates
View GitHub Profile
@muhammadzia-se
muhammadzia-se / class.verifyEmail.php
Created March 19, 2024 10:17 — forked from dcangulo/class.verifyEmail.php
A PHP class file that can be used to check if an email address is valid using SMTP protocol. Visit https://www.davidangulo.xyz/ for more information.
<?php
/**
* Class to check up e-mail
*
* @author Konstantin Granin <kostya@granin.me>
* @copyright Copyright (c) 2015, Konstantin Granin
*/
class verifyEmail {