Skip to content

Releases: ddtraceweb/smtp-validator-email

update to php 8.0

22 Jan 08:50
d5ce945
Compare
Choose a tag to compare
Merge pull request #31 from b1rdex/php8-compat

Php 8 compatibility

refactoring

21 Feb 11:07
Compare
Choose a tag to compare

refactoring

add functionnality

18 Dec 11:44
Compare
Choose a tag to compare

add functionnality streaming

refactoring

14 Mar 09:42
Compare
Choose a tag to compare

big refactoring of all library.

refactoring

23 Dec 14:04
Compare
Choose a tag to compare

refactoring

add more tests

05 Dec 20:43
Compare
Choose a tag to compare

add more tests

add test

04 Dec 11:15
Compare
Choose a tag to compare

add test

fix bugs

03 Dec 20:49
Compare
Choose a tag to compare

added a parameter in

  private function setDomainResults($users, Domain $domain, $val, $info='')

it should contain some information , why the validation didnt succeeded.
Also added some descriptions .
Usage:

if ($isCatchallDomain) {
    if (!$options['catchAllIsValid']) {
         $this->setDomainResults($users, $dom, $options['catchAllIsValid'],'catch all detected');
         continue;
    }
}

fix a condition - catch all

16 Oct 12:29
Compare
Choose a tag to compare

fix a condition - catch all

fix bug array merge.

18 Sep 22:50
Compare
Choose a tag to compare

fix bug array merge.