From 27b21cab914f0eeac1266be1110862b6858b2f8c Mon Sep 17 00:00:00 2001 From: lian Date: Fri, 12 Jul 2024 10:32:45 +0800 Subject: [PATCH] Update sending_email.md --- manual/config/sending_email.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/config/sending_email.md b/manual/config/sending_email.md index 6a2dd54d..21b5d048 100644 --- a/manual/config/sending_email.md +++ b/manual/config/sending_email.md @@ -50,9 +50,9 @@ Port 587 is being used to establish a connection using STARTTLS and port 465 is If you want to use SSL on port 465, set `EMAIL_USE_SSL = True` instead of `EMAIL_USE_TLS`. -## Change the `sender` and `reply to` of email +## Change `reply to` of email -You can change the sender and reply to field of email by add the following settings to seahub_settings.py. This only affects email sending for file share link. +You can change the reply to field of email by add the following settings to seahub_settings.py. This only affects email sending for file share link. ```python # Set reply-to header to user's email or not, defaults to ``False``. For details,