15 Replies
->email()
? What is 'this kind'@Shaung Bhone What kind of validation are you looking for? Just the correct email format or something more specific?
you are showing table. what validation are you even talking about in the table?
He's probably just showing the result of creating the record.
He's problably wants to valid
@jdi.sdd
email, you know, truly emails. Not the email format, but valid email wdym exactly by "validate"? That they are strings, @gmail domain, that they are verified?
Solution
Used zerobounce api in the past with good results
Yes
You can only really validate them by sending them a verification email
I mean you can go here https://barlote.com and subscribe with random email in my input. How can I prevent that?
add email verification
There are various validation rules that Laravel provides (https://laravel.com/docs/master/validation#rule-email), but in the end a verification email is the only way to be 100% sure.
Yes let me check thank you all
⬆️ Did you see it? @Shaung Bhone
Yes