EMAIL ADDRESS BOUNCEBACK

I JUST WANT TO ASK IF YOU HAVE IDEA ON HOW TO CHECK IF THE EMAIL ADDRESS IS EXISTING ? SO THAT IT WILL NOT CAUSE A BOUNCE BACK AFTER SENDING AN EMAIL?

Hi ,
You can use check app state activity to validate email exist or not. If it is exist then mention in target appear block and not then mention in target not appear.
Below is the activity .

Hi @shanti_18,
you can only validate if an email address is valid using regex. But there is no way to validate if the email address exists or not.

Hi @shanti_18 ,
You can check email address in

Regards,

I tried to put a non exisiting email but it says the email is valid

Oh, I think check only format email.
You can try

I find more way for you then reply later
Regards,
LNV

this activity will only validate if the email format is correct or not

hey @shanti_18 ,
You can try validating the emails by using an api
below is the api website link

https://www.zerobounce.in/email-verification-service/?campaignid=8141776960&groupid=86776532560&adid=397714015172&gclid=Cj0KCQjw2qKmBhCfARIsAFy8buIpmI5CLPFUo7NGvlo3HTy551euwkT_DayRn8Rxerb938jAv4Jz3voaAjxBEALw_wcB/

But normally api are paid ones

so if you dont want to use api then there is no other way to validate a mail id as per my knowledge

Hope it helps you