arclanguage / anarki

Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.
http://arclanguage.github.io
Other
1.17k stars 160 forks source link

TLS support for SMTP #226

Open joyqi opened 1 year ago

joyqi commented 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.