@rp how can i attach email address checker before sending out verification emails?
r
rp
04/12/2023, 6:50 PM
hey @bian what kind of a checker are you talking about?
You could for example override the sendEmail function in emailverification recipe to do your check.
Or you could override the email verification POST API to do the check.
b
bian
04/12/2023, 7:37 PM
email bounce checker to preventing sending emails to non-existing emails which has bad effect on ROI.
r
rp
04/12/2023, 9:54 PM
right. So the best place to add that would be in the sendEmail function override