mahdizand137797

mahdizand137797

Geek Repo

Github PK Tool:Github PK Tool

mahdizand137797's repositories

animated-epic-php-user-management-system

Complete User Management System. Animated Epic Login, Register, Reset Password, Email Verification and more PHP Script.

Language:PHPStargazers:1Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

hostelsystem

hostel system management

Language:PHPStargazers:0Issues:1Issues:0

how-to-create-forget-password-in-oops

how-to-create-forget-password-in-oops

Language:PHPStargazers:0Issues:0Issues:0

login-signup-2022

Login & Registration Form In PHP And MySQL 2022

Language:PHPStargazers:0Issues:0Issues:0

login-signup-form

A login and signup form using HTML, PHP, and MySQL. This form allows users to register and login. All information is stored in a MySQL database. After successful login the user is redirected to their dashboard. Project Website:

Language:PHPLicense:MITStargazers:0Issues:0Issues:0
Language:PHPStargazers:0Issues:0Issues:0

Messenger-Python

Messenger web app

Language:HTMLStargazers:0Issues:0Issues:0

php-login-advanced

A simple, but secure PHP login script. Register, login, logout, email verification, password reset, edit user data, gravatars, captchas, remember me / stay logged in cookies, login with email, mail sending via PHPMailer (SMTP or PHP's mail() function/linux sendmail).

Language:PHPStargazers:0Issues:0Issues:0

PHP-Login-System

Embeddable and Secure PHP Authentication System with Login, Signup, User Profiles, Profile Editing, Account Verification via Email, Password Reset System, Remember-Me Feature and more.

Language:PHPLicense:MITStargazers:0Issues:0Issues:0

secure-php-login-registration

PDO based secure php login registration as well as forget password script. recover password to send the mail through PHPMailer

Language:PHPStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

SMTP-Simple-Mail-Transfer-Protocol-with-python-socket-programming

SMTP (Simple Mail Transfer Protocol) to send email to a user account on a mail server.

Stargazers:0Issues:0Issues:0

smtp_email_client

A simple email client in python which uses sockets to connect to SMTP and IMAP servers to send and receive emails(containing attachements)

Stargazers:0Issues:0Issues:0
Language:PHPStargazers:0Issues:1Issues:0

TCP-Email-Client-for-Gmail-in-Python

In this part, the student will acquire a better understanding of the SMTP protocol. The student will gain experience in implementing a standard protocol using Python. Develop a simple mail client that sends email to any recipient. Your client will need to connect to a mail server, dialogue with the mail server using the SMTP protocol, and send an email message to the mail server. Python provides a module, called smtplib, which has built in methods to send mail using SMTP protocol. However, we will NOT be using this module in this lab, because it hide the details of SMTP and socket programming. In order to limit spam, some mail servers do not accept TCP connection from arbitrary sources. For the experiment described below, you may want to try connecting both to your university mail server and to a popular Webmail server, such as a GMAIL mail server. You may also try making your connection both from your home and from your university campus.

Language:PythonStargazers:0Issues:0Issues:0