Support de l'authentification SMTP dans la configuration GOGS
This commit is contained in:
@ -141,9 +141,11 @@ FROM = %%system_mail_from
|
||||
%else
|
||||
FROM = %%gogs_mail_from
|
||||
%end if
|
||||
%if %%getVar('gogs_mail_auth','non') == 'oui'
|
||||
; Mailer user name and password
|
||||
; USER =
|
||||
; PASSWD =
|
||||
USER = %%gogs_email_user
|
||||
PASSWD = %%gogs_email_password
|
||||
%end if
|
||||
%else
|
||||
[mailer]
|
||||
ENABLED = false
|
||||
|
Reference in New Issue
Block a user