mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
40811eabc9
* Add ak_send_email function in expression context * Add docs for ak_send_email * refactor the flow, simplify tests * fix linting * Update website/docs/expressions/_functions.mdx Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com> * Catch specific exceptions, better imports * Add the option to send email to multiple recipients * fix linting * move imports Signed-off-by: Jens Langhammer <jens@goauthentik.io> * simplify Signed-off-by: Jens Langhammer <jens@goauthentik.io> * simplify ak_send_email to use send_mails for all cases * change :::note to :::info, fix linting --------- Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>