ruby / net-smtp

This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.
Other
43 stars 30 forks source link

Missing user name #84

Open RalphAtHamburg opened 2 months ago

RalphAtHamburg commented 2 months ago

After upgrading from v0.4.0.1 we got the following error:

ArgumentError (SMTP-AUTH requested but missing user name)

ruby 3.3.0 rails 7.1.3.2

svenne87 commented 1 month ago

Experiencing the same issue. Using plain authentication without user_name or password gives the same error. Setting these values as empty strings gets me pass the error but will not let me connect to the SMTP we are using.

If we skip setting the authentication to plain it works. Is there a mention of this that i missed?

ruby 3.3.1 rails 7.0.8.3