Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

amitsolanki24_'s avatar

How can I check If given email was real in laravel

How can I check If given email was real in laravel?

0 likes
10 replies
Sinnbeck's avatar

You can ask the user to verify it when creating a user. Laravel comes with this built into its starter kits.

3 likes
Sinnbeck's avatar

@amitsolanki24_ You cannot know if an email exists without actually sending an email to it. Best bet then is dns check then

EveAT's avatar

@amitsolanki24_ Keep in mind that Email Verification not only confirms that the email address exists, but also that it belongs to the person who entered it.

Please or to participate in this conversation.