You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's correct. If the user wouldn't want authentication, then username/password should be null, which seem the canonical principle to apply. I suppose it's technically possible to setup an authenticated SMTP server with empty values, which would be different from not having to authenticate at all. I could default empty username/password to mean the same as null-values, but I'm not sure that would make more sense.
Hi @bbottema
Thanks for the excellent and simple to use library
Question
Example
Based on the code review, the following looks like current logic in SimpleJavaMail:
The text was updated successfully, but these errors were encountered: