email_checker icon indicating copy to clipboard operation
email_checker copied to clipboard

Error when enabling SMTP

Open sukidhar opened this issue 3 years ago • 1 comments

** (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

sukidhar avatar Feb 22 '22 11:02 sukidhar

** (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

it is not worthing to enable it it take a lot of time but the problem happen because of this https://github.com/jshmrtn/email_checker/blob/04a6e76e8575c819ccd57509f0fb1f2343ec7362/mix.exs#L64

or maybe because of this https://github.com/jshmrtn/email_checker/blob/04a6e76e8575c819ccd57509f0fb1f2343ec7362/README.md?plain=1#L28

mohammedzeglam-pg avatar May 02 '22 21:05 mohammedzeglam-pg