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
If the server requires authentication, e-mails can only be sent with the correct credentials.
However, it is also possible to omit authentication. In this case, the server allows the message to be sent even though authentication was actually required. There is a variable in the connection structure that is set after successful authentication, but this variable is only used to prevent double authentication.
typeConnstruct {
...didAuthbool
}
The commands like 'DATA' should first check in the handle function whether the authentication was successful.
If the server requires authentication, e-mails can only be sent with the correct credentials.
However, it is also possible to omit authentication. In this case, the server allows the message to be sent even though authentication was actually required. There is a variable in the connection structure that is set after successful authentication, but this variable is only used to prevent double authentication.
The commands like 'DATA' should first check in the
handle
function whether the authentication was successful.The text was updated successfully, but these errors were encountered: