A
A
Artyom Kirillov2017-10-06 17:15:15
PHP
Artyom Kirillov, 2017-10-06 17:15:15

How to do email validation with PHP?

During registration, it is necessary to check the mailbox by sending a letter with a code to the email that the user indicated, then this code must be entered on the site and thus confirm the email. If you know a better option, please tell me.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lander, 2017-10-06
@usdglander

When registering, before sending a letter, create an entry in some kind of authKey, which you write to both the database and the letter.
After entering, check the authKey to see if it is in the database. If there is, then the soap is considered correct. What is the question then?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question