github.com/go-email-validator/go-email-validator@v0.0.0-20230409163946-b8b9e6a0552e/pkg/presentation/check-if-email-exist/dep_fixture_test.json (about)

     1  [
     2    {
     3      "input": "asdas.da2da",
     4      "is_reachable": "invalid",
     5      "misc": {
     6        "is_disposable": false,
     7        "is_role_account": false
     8      },
     9      "mx": {
    10        "accepts_mail": false,
    11        "records": []
    12      },
    13      "smtp": {
    14        "can_connect_smtp": false,
    15        "has_full_inbox": false,
    16        "is_catch_all": false,
    17        "is_deliverable": false,
    18        "is_disabled": false
    19      },
    20      "syntax": {
    21        "address": null,
    22        "username": "",
    23        "domain": "",
    24        "is_valid_syntax": false
    25      },
    26      "error": ""
    27    },
    28    {
    29      "input": "asdas.dada",
    30      "is_reachable": "invalid",
    31      "misc": {
    32        "is_disposable": false,
    33        "is_role_account": false
    34      },
    35      "mx": {
    36        "accepts_mail": false,
    37        "records": []
    38      },
    39      "smtp": {
    40        "can_connect_smtp": false,
    41        "has_full_inbox": false,
    42        "is_catch_all": false,
    43        "is_deliverable": false,
    44        "is_disabled": false
    45      },
    46      "syntax": {
    47        "address": null,
    48        "username": "",
    49        "domain": "",
    50        "is_valid_syntax": false
    51      },
    52      "error": ""
    53    },
    54    {
    55      "input": "asd@asd@asd",
    56      "is_reachable": "invalid",
    57      "misc": {
    58        "is_disposable": false,
    59        "is_role_account": false
    60      },
    61      "mx": {
    62        "accepts_mail": false,
    63        "records": []
    64      },
    65      "smtp": {
    66        "can_connect_smtp": false,
    67        "has_full_inbox": false,
    68        "is_catch_all": false,
    69        "is_deliverable": false,
    70        "is_disabled": false
    71      },
    72      "syntax": {
    73        "address": null,
    74        "username": "",
    75        "domain": "",
    76        "is_valid_syntax": false
    77      },
    78      "error": ""
    79    },
    80    {
    81      "input": "zxczxczxc@joycasinoru",
    82      "is_reachable": "invalid",
    83      "misc": {
    84        "is_disposable": false,
    85        "is_role_account": false
    86      },
    87      "mx": {
    88        "accepts_mail": false,
    89        "records": []
    90      },
    91      "smtp": {
    92        "can_connect_smtp": false,
    93        "has_full_inbox": false,
    94        "is_catch_all": false,
    95        "is_deliverable": false,
    96        "is_disabled": false
    97      },
    98      "syntax": {
    99        "address": null,
   100        "username": "",
   101        "domain": "",
   102        "is_valid_syntax": false
   103      },
   104      "error": ""
   105    },
   106    {
   107      "input": "sewag33689@gmail.com",
   108      "is_reachable": "invalid",
   109      "misc": {
   110        "is_disposable": false,
   111        "is_role_account": false
   112      },
   113      "mx": {
   114        "accepts_mail": true,
   115        "records": [
   116          "alt1.gmail-smtp-in.l.google.com.",
   117          "alt3.gmail-smtp-in.l.google.com.",
   118          "alt4.gmail-smtp-in.l.google.com.",
   119          "alt2.gmail-smtp-in.l.google.com.",
   120          "gmail-smtp-in.l.google.com."
   121        ]
   122      },
   123      "smtp": {
   124        "can_connect_smtp": true,
   125        "has_full_inbox": false,
   126        "is_catch_all": false,
   127        "is_deliverable": false,
   128        "is_disabled": false
   129      },
   130      "syntax": {
   131        "address": "sewag33689@gmail.com",
   132        "username": "sewag33689",
   133        "domain": "gmail.com",
   134        "is_valid_syntax": true
   135      },
   136      "error": ""
   137    },
   138    {
   139      "input": "user99.doesnot.exist@gmail.com",
   140      "is_reachable": "invalid",
   141      "misc": {
   142        "is_disposable": false,
   143        "is_role_account": false
   144      },
   145      "mx": {
   146        "accepts_mail": true,
   147        "records": [
   148          "gmail-smtp-in.l.google.com.",
   149          "alt3.gmail-smtp-in.l.google.com.",
   150          "alt4.gmail-smtp-in.l.google.com.",
   151          "alt1.gmail-smtp-in.l.google.com.",
   152          "alt2.gmail-smtp-in.l.google.com."
   153        ]
   154      },
   155      "smtp": {
   156        "can_connect_smtp": true,
   157        "has_full_inbox": false,
   158        "is_catch_all": false,
   159        "is_deliverable": false,
   160        "is_disabled": false
   161      },
   162      "syntax": {
   163        "address": "user99.doesnot.exist@gmail.com",
   164        "username": "user99.doesnot.exist",
   165        "domain": "gmail.com",
   166        "is_valid_syntax": true
   167      },
   168      "error": ""
   169    },
   170    {
   171      "input": "amazedfuckporno@gmail.com",
   172      "is_reachable": "invalid",
   173      "misc": {
   174        "is_disposable": false,
   175        "is_role_account": false
   176      },
   177      "mx": {
   178        "accepts_mail": true,
   179        "records": [
   180          "alt4.gmail-smtp-in.l.google.com.",
   181          "alt3.gmail-smtp-in.l.google.com.",
   182          "alt1.gmail-smtp-in.l.google.com.",
   183          "alt2.gmail-smtp-in.l.google.com.",
   184          "gmail-smtp-in.l.google.com."
   185        ]
   186      },
   187      "smtp": {
   188        "can_connect_smtp": true,
   189        "has_full_inbox": false,
   190        "is_catch_all": false,
   191        "is_deliverable": false,
   192        "is_disabled": false
   193      },
   194      "syntax": {
   195        "address": "amazedfuckporno@gmail.com",
   196        "username": "amazedfuckporno",
   197        "domain": "gmail.com",
   198        "is_valid_syntax": true
   199      },
   200      "error": ""
   201    },
   202    {
   203      "input": "sewag33689@itymail.com",
   204      "is_reachable": "risky",
   205      "misc": {
   206        "is_disposable": true,
   207        "is_role_account": false
   208      },
   209      "mx": {
   210        "accepts_mail": true,
   211        "records": [
   212          "mail.mailerhost.net."
   213        ]
   214      },
   215      "smtp": {
   216        "can_connect_smtp": true,
   217        "has_full_inbox": false,
   218        "is_catch_all": false,
   219        "is_deliverable": false,
   220        "is_disabled": false
   221      },
   222      "syntax": {
   223        "address": "sewag33689@itymail.com",
   224        "username": "sewag33689",
   225        "domain": "itymail.com",
   226        "is_valid_syntax": true
   227      },
   228      "error": ""
   229    },
   230    {
   231      "input": "derduzikne@nedoz.com",
   232      "is_reachable": "risky",
   233      "misc": {
   234        "is_disposable": false,
   235        "is_role_account": false
   236      },
   237      "mx": {
   238        "accepts_mail": true,
   239        "records": [
   240          "mail.nedoz.com."
   241        ]
   242      },
   243      "smtp": {
   244        "can_connect_smtp": true,
   245        "has_full_inbox": false,
   246        "is_catch_all": true,
   247        "is_deliverable": true,
   248        "is_disabled": false
   249      },
   250      "syntax": {
   251        "address": "derduzikne@nedoz.com",
   252        "username": "derduzikne",
   253        "domain": "nedoz.com",
   254        "is_valid_syntax": true
   255      },
   256      "error": ""
   257    },
   258    {
   259      "input": "tvzamhkdc@emlhub.com",
   260      "is_reachable": "risky",
   261      "misc": {
   262        "is_disposable": true,
   263        "is_role_account": false
   264      },
   265      "mx": {
   266        "accepts_mail": true,
   267        "records": [
   268          "mx.emlhub.com."
   269        ]
   270      },
   271      "smtp": {
   272        "can_connect_smtp": true,
   273        "has_full_inbox": false,
   274        "is_catch_all": false,
   275        "is_deliverable": false,
   276        "is_disabled": false
   277      },
   278      "syntax": {
   279        "address": "tvzamhkdc@emlhub.com",
   280        "username": "tvzamhkdc",
   281        "domain": "emlhub.com",
   282        "is_valid_syntax": true
   283      },
   284      "error": ""
   285    },
   286    {
   287      "input": "theofanis.giot2is@12pm.gr",
   288      "is_reachable": "risky",
   289      "misc": {
   290        "is_disposable": false,
   291        "is_role_account": false
   292      },
   293      "mx": {
   294        "accepts_mail": true,
   295        "records": [
   296          "mailroot2.12pm.biz.",
   297          "mailroot3.12pm.biz.",
   298          "mailroot1.12pm.biz."
   299        ]
   300      },
   301      "smtp": {
   302        "can_connect_smtp": true,
   303        "has_full_inbox": false,
   304        "is_catch_all": true,
   305        "is_deliverable": true,
   306        "is_disabled": false
   307      },
   308      "syntax": {
   309        "address": "theofanis.giot2is@12pm.gr",
   310        "domain": "12pm.gr",
   311        "is_valid_syntax": true,
   312        "username": "theofanis.giot2is"
   313      },
   314      "error": ""
   315    },
   316    {
   317      "input": "theofanis.giot2is@12pm.gr",
   318      "is_reachable": "risky",
   319      "misc": {
   320        "is_disposable": false,
   321        "is_role_account": false
   322      },
   323      "mx": {
   324        "accepts_mail": true,
   325        "records": [
   326          "mailroot2.12pm.biz.",
   327          "mailroot3.12pm.biz.",
   328          "mailroot1.12pm.biz."
   329        ]
   330      },
   331      "smtp": {
   332        "can_connect_smtp": true,
   333        "has_full_inbox": false,
   334        "is_catch_all": true,
   335        "is_deliverable": true,
   336        "is_disabled": false
   337      },
   338      "syntax": {
   339        "address": "theofanis.giot2is@12pm.gr",
   340        "domain": "12pm.gr",
   341        "is_valid_syntax": true,
   342        "username": "theofanis.giot2is"
   343      },
   344      "error": ""
   345    },
   346    {
   347      "input": "asdasd@tradepro.net",
   348      "is_reachable": "invalid",
   349      "misc": {
   350        "is_disposable": false,
   351        "is_role_account": false
   352      },
   353      "mx": {
   354        "accepts_mail": true,
   355        "records": [
   356          "mail.tradepro.net."
   357        ]
   358      },
   359      "smtp": {
   360        "can_connect_smtp": true,
   361        "has_full_inbox": false,
   362        "is_catch_all": false,
   363        "is_deliverable": false,
   364        "is_disabled": false
   365      },
   366      "syntax": {
   367        "address": "asdasd@tradepro.net",
   368        "username": "asdasd",
   369        "domain": "tradepro.net",
   370        "is_valid_syntax": true
   371      },
   372      "error": ""
   373    },
   374    {
   375      "input": "credit@mail.ru",
   376      "is_reachable": "invalid",
   377      "misc": {
   378        "is_disposable": false,
   379        "is_role_account": false
   380      },
   381      "mx": {
   382        "accepts_mail": true,
   383        "records": [
   384          "mxs.mail.ru."
   385        ]
   386      },
   387      "smtp": {
   388        "can_connect_smtp": true,
   389        "has_full_inbox": false,
   390        "is_catch_all": false,
   391        "is_deliverable": false,
   392        "is_disabled": false
   393      },
   394      "syntax": {
   395        "address": "credit@mail.ru",
   396        "username": "credit",
   397        "domain": "mail.ru",
   398        "is_valid_syntax": true
   399      },
   400      "error": ""
   401    },
   402    {
   403      "input": "salestrade86@hotmail.com",
   404      "is_reachable": "unknown",
   405      "misc": {
   406        "is_disposable": false,
   407        "is_role_account": false
   408      },
   409      "mx": {
   410        "accepts_mail": true,
   411        "records": [
   412          "hotmail-com.olc.protection.outlook.com."
   413        ]
   414      },
   415      "smtp": {
   416        "can_connect_smtp": false,
   417        "has_full_inbox": false,
   418        "is_catch_all": false,
   419        "is_deliverable": false,
   420        "is_disabled": false
   421      },
   422      "syntax": {
   423        "address": "salestrade86@hotmail.com",
   424        "username": "salestrade86",
   425        "domain": "hotmail.com",
   426        "is_valid_syntax": true
   427      },
   428      "error": ""
   429    },
   430    {
   431      "input": "some.user.99@gmail.com",
   432      "is_reachable": "safe",
   433      "misc": {
   434        "is_disposable": false,
   435        "is_role_account": false
   436      },
   437      "mx": {
   438        "accepts_mail": true,
   439        "records": [
   440          "alt3.gmail-smtp-in.l.google.com.",
   441          "gmail-smtp-in.l.google.com.",
   442          "alt2.gmail-smtp-in.l.google.com.",
   443          "alt4.gmail-smtp-in.l.google.com.",
   444          "alt1.gmail-smtp-in.l.google.com."
   445        ]
   446      },
   447      "smtp": {
   448        "can_connect_smtp": true,
   449        "has_full_inbox": false,
   450        "is_catch_all": false,
   451        "is_deliverable": true,
   452        "is_disabled": false
   453      },
   454      "syntax": {
   455        "address": "some.user.99@gmail.com",
   456        "username": "some.user.99",
   457        "domain": "gmail.com",
   458        "is_valid_syntax": true
   459      },
   460      "error": ""
   461    },
   462    {
   463      "input": "monicaramirezrestrepo@hotmail.com",
   464      "is_reachable": "unknown",
   465      "misc": {
   466        "is_disposable": false,
   467        "is_role_account": false
   468      },
   469      "mx": {
   470        "accepts_mail": true,
   471        "records": [
   472          "hotmail-com.olc.protection.outlook.com."
   473        ]
   474      },
   475      "smtp": {
   476        "can_connect_smtp": false,
   477        "has_full_inbox": false,
   478        "is_catch_all": false,
   479        "is_deliverable": false,
   480        "is_disabled": false
   481      },
   482      "syntax": {
   483        "address": "monicaramirezrestrepo@hotmail.com",
   484        "username": "monicaramirezrestrepo",
   485        "domain": "hotmail.com",
   486        "is_valid_syntax": true
   487      },
   488      "error": ""
   489    },
   490    {
   491      "input": "admin@gmail.com",
   492      "is_reachable": "risky",
   493      "misc": {
   494        "is_disposable": false,
   495        "is_role_account": true
   496      },
   497      "mx": {
   498        "accepts_mail": true,
   499        "records": [
   500          "alt2.gmail-smtp-in.l.google.com.",
   501          "gmail-smtp-in.l.google.com.",
   502          "alt1.gmail-smtp-in.l.google.com.",
   503          "alt4.gmail-smtp-in.l.google.com.",
   504          "alt3.gmail-smtp-in.l.google.com."
   505        ]
   506      },
   507      "smtp": {
   508        "can_connect_smtp": true,
   509        "has_full_inbox": false,
   510        "is_catch_all": false,
   511        "is_deliverable": false,
   512        "is_disabled": false
   513      },
   514      "syntax": {
   515        "address": "admin@gmail.com",
   516        "username": "admin",
   517        "domain": "gmail.com",
   518        "is_valid_syntax": true
   519      },
   520      "error": ""
   521    },
   522    {
   523      "input": "name@yandex.ru",
   524      "is_reachable": "invalid",
   525      "misc": {
   526        "is_disposable": false,
   527        "is_role_account": false
   528      },
   529      "mx": {
   530        "accepts_mail": true,
   531        "records": [
   532          "mx.yandex.ru."
   533        ]
   534      },
   535      "smtp": {
   536        "can_connect_smtp": true,
   537        "has_full_inbox": false,
   538        "is_catch_all": false,
   539        "is_deliverable": false,
   540        "is_disabled": false
   541      },
   542      "syntax": {
   543        "address": "name@yandex.ru",
   544        "domain": "yandex.ru",
   545        "is_valid_syntax": true,
   546        "username": "name"
   547      }
   548    },
   549    {
   550      "input": "admin@huntgear.ru",
   551      "is_reachable": "risky",
   552      "misc": {
   553        "is_disposable": false,
   554        "is_role_account": true
   555      },
   556      "mx": {
   557        "accepts_mail": true,
   558        "records": [
   559          "mail.huntgear.ru.",
   560          "mail.huntgear.ru."
   561        ]
   562      },
   563      "smtp": {
   564        "can_connect_smtp": true,
   565        "has_full_inbox": false,
   566        "is_catch_all": false,
   567        "is_deliverable": false,
   568        "is_disabled": false
   569      },
   570      "syntax": {
   571        "address": "admin@huntgear.ru",
   572        "username": "admin",
   573        "domain": "huntgear.ru",
   574        "is_valid_syntax": true
   575      },
   576      "error": ""
   577    },
   578    {
   579      "input": "go.email.validator@gmail.com",
   580      "is_reachable": "safe",
   581      "misc": {
   582        "is_disposable": false,
   583        "is_role_account": false
   584      },
   585      "mx": {
   586        "accepts_mail": true,
   587        "records": [
   588          "alt1.gmail-smtp-in.l.google.com.",
   589          "alt3.gmail-smtp-in.l.google.com.",
   590          "alt4.gmail-smtp-in.l.google.com.",
   591          "gmail-smtp-in.l.google.com.",
   592          "alt2.gmail-smtp-in.l.google.com."
   593        ]
   594      },
   595      "smtp": {
   596        "can_connect_smtp": true,
   597        "has_full_inbox": false,
   598        "is_catch_all": false,
   599        "is_deliverable": true,
   600        "is_disabled": false
   601      },
   602      "syntax": {
   603        "address": "go.email.validator@gmail.com",
   604        "username": "go.email.validator",
   605        "domain": "gmail.com",
   606        "is_valid_syntax": true
   607      },
   608      "error": ""
   609    },
   610    {
   611      "input": "radmal1982@yandex-team.ru",
   612      "is_reachable": "safe",
   613      "misc": {
   614        "is_disposable": false,
   615        "is_role_account": false
   616      },
   617      "mx": {
   618        "accepts_mail": true,
   619        "records": [
   620          "mx.yandex-team.ru."
   621        ]
   622      },
   623      "smtp": {
   624        "can_connect_smtp": true,
   625        "has_full_inbox": false,
   626        "is_catch_all": false,
   627        "is_deliverable": true,
   628        "is_disabled": false
   629      },
   630      "syntax": {
   631        "address": "radmal1982@yandex-team.ru",
   632        "username": "radmal1982",
   633        "domain": "yandex-team.ru",
   634        "is_valid_syntax": true
   635      },
   636      "error": ""
   637    },
   638    {
   639      "input": "pr@yandex-team.ru",
   640      "is_reachable": "risky",
   641      "misc": {
   642        "is_disposable": false,
   643        "is_role_account": true
   644      },
   645      "mx": {
   646        "accepts_mail": true,
   647        "records": [
   648          "mx.yandex-team.ru."
   649        ]
   650      },
   651      "smtp": {
   652        "can_connect_smtp": true,
   653        "has_full_inbox": false,
   654        "is_catch_all": false,
   655        "is_deliverable": true,
   656        "is_disabled": false
   657      },
   658      "syntax": {
   659        "address": "pr@yandex-team.ru",
   660        "username": "pr",
   661        "domain": "yandex-team.ru",
   662        "is_valid_syntax": true
   663      },
   664      "error": ""
   665    },
   666    {
   667      "input": "y-numata@senko.ed.jp",
   668      "is_reachable": "unknown",
   669      "misc": {
   670        "is_disposable": false,
   671        "is_role_account": false
   672      },
   673      "mx": {
   674        "accepts_mail": true,
   675        "records": [
   676          "mwbgw2.ocn.ad.jp.",
   677          "mwbgw1.ocn.ad.jp."
   678        ]
   679      },
   680      "smtp": {
   681        "can_connect_smtp": false,
   682        "has_full_inbox": false,
   683        "is_catch_all": false,
   684        "is_deliverable": false,
   685        "is_disabled": false
   686      },
   687      "syntax": {
   688        "address": "y-numata@senko.ed.jp",
   689        "username": "y-numata",
   690        "domain": "senko.ed.jp",
   691        "is_valid_syntax": true
   692      },
   693      "error": ""
   694    }
   695  ]