Open joyqi opened 1 year ago
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.
smtp-send-message
email-forgotpw-link
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.