zytzagoo

Results 66 comments of zytzagoo

Some interesting details here: https://blog.yoav.ws/being_pushy/

Required reading: https://jakearchibald.com/2017/h2-push-tougher-than-i-thought/

My (simple) takeaway is to keep things on 1.1 still for now, it's pretty messy... and things can actually end up being slower. But, really, the article is a must...

Yes, there are ways (multiple), but that will not solve your original problem (and that'd be you talking too much to a server that doesn't want to talk back as...

I'm fully booked, sorry. Github traffic graphs do show an increase in visits from elance.com: https://www.elance.com/j/convert-smtp-validate-email-class-run-behind-proxy/59374203/ https://www.elance.com/j/convert-smtp-validate-email-run-behind-proxy/59298824/ So, good luck!

1. What have you tried so far? 2. Do all the addresses belong to the same/single TLD or is it a generic list of more-or-less random 10k addresses? (Or perhaps...

Glad you found it useful. Generally speaking, having a properly configured server (ideally more than one) on a "reputable" IP (or at least one with no bad blacklist history) goes...

Ok, so what does the code on php side look like for that? Especially the part which is (supposedly?) using this library?

Could be related to "catch-all" and/or no_comm_is_valid settings/handling ? (see catchall_is_valid property: https://github.com/zytzagoo/smtp-validate-email/blob/master/src/Validator.php#L41) and the logic inside performSmtpDance() (https://github.com/zytzagoo/smtp-validate-email/blob/master/src/Validator.php#L391) Could you maybe produce a reduced example that reproduces the issue...

Can you show where/how exactly you're doing that? This class's constructor does not accept timeout as an option by default, so hard to tell what's going on in some custom...