gen-smtp / gen_smtp

The extensible Erlang SMTP client and server library.
Other
683 stars 266 forks source link

Send is not working #336

Open poornima-prasad opened 9 months ago

poornima-prasad commented 9 months ago

Since 3 days gen_smtp_client: send() is not working. We are getting the process id as a response. However, the mail is not getting sent.

mworrell commented 9 months ago

Can you provide more detail? Like logs, debug output and software versions?

mmzeeman commented 3 months ago

Could this be related to {verify, verify_peer} now being default in OTP-26? This always results in a tcp failed error from error from the send function when the default settings are used. OTP-26 now always returns a configuration error, which is masked.