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
Anarki is using smtp-send-message in function email-forgotpw-link to send email. However, this function misses some important options like TLS and STARTTLS which are required by most SMTP servers. That will cause the email sending failed.
The text was updated successfully, but these errors were encountered:
Anarki is using
smtp-send-message
in functionemail-forgotpw-link
to send email. However, this function misses some important options like TLS and STARTTLS which are required by most SMTP servers. That will cause the email sending failed.The text was updated successfully, but these errors were encountered: