diff options
author | zeripath <art27@cantab.net> | 2019-04-17 05:56:40 +0100 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-04-17 00:56:40 -0400 |
commit | 827ab6b75a70a3cd90033a4d49bb44c635dd3310 (patch) | |
tree | 4eeb03f67d96288dddedbca0215759c622e5b5b1 /custom/conf | |
parent | 84fd24246cd5565b9654bf752b9919df03e69271 (diff) | |
download | gitea-827ab6b75a70a3cd90033a4d49bb44c635dd3310.tar.gz gitea-827ab6b75a70a3cd90033a4d49bb44c635dd3310.zip |
Add SUBJECT_PREFIX mailer config option (#6605)
* Add SUBJECT_PREFIX mailer config option
* Add space between subject prefix and subject (Change from Gogs)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'custom/conf')
-rw-r--r-- | custom/conf/app.ini.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 6dee39ed83..4b846d3aff 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -411,8 +411,8 @@ PAGING_NUM = 10 ENABLED = false ; Buffer length of channel, keep it as it is if you don't know what it is. SEND_BUFFER_LEN = 100 -; Name displayed in mail title -SUBJECT = %(APP_NAME)s +; Prefix displayed before subject in mail +SUBJECT_PREFIX = ; Mail server ; Gmail: smtp.gmail.com:587 ; QQ: smtp.qq.com:465 |