mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-23 21:47:27 +00:00
Merge branch 'dev' of https://github.com/jumpserver/jumpserver into dev
This commit is contained in:
commit
c411b0a38e
@ -55,7 +55,7 @@ class MailTestingAPI(APIView):
|
||||
email_recipient = email_recipient or email_from
|
||||
connection = get_connection(
|
||||
host=email_host, port=email_port,
|
||||
uesrname=email_host_user, password=email_host_password,
|
||||
username=email_host_user, password=email_host_password,
|
||||
use_tls=email_use_tls, use_ssl=email_use_ssl,
|
||||
)
|
||||
send_mail(
|
||||
|
Loading…
Reference in New Issue
Block a user