email_checker icon indicating copy to clipboard operation
email_checker copied to clipboard

Elixir library checking email validity based on Regex, MX and SMTP

Results 1 email_checker issues
Sort by recently updated
recently updated
newest added

``` ** (UndefinedFunctionError) function Socket.TCP.connect!/3 is undefined (module Socket.TCP is not available) Socket.TCP.connect!("gmail-smtp-in.l.google.com", 25, [packet: :line, timeout: :infinity]) (email_checker 0.2.4) lib/email_checker/check/smtp.ex:66: EmailChecker.Check.SMTP.smtp_reply/1 (email_checker 0.2.4) lib/email_checker/check/smtp.ex:32: EmailChecker.Check.SMTP.valid?/2 ```