このコミットが含まれているのは:
Philippe Caseiro 2018-06-06 14:39:33 +02:00
コミット ad56be504b
1個のファイルの変更3行の追加1行の削除

ファイルの表示

@ -6,11 +6,13 @@ global:
smtp_auth_username: '%%alSMTPUser'
smtp_auth_password: 'alSMTPPass'
%end if
%ïf %%getVar('alSMTPTLS','non') == 'oui'
%if %%getVar('alSMTPTLS','non') == 'oui'
smtp_require_tls: true
%else
smtp_require_tls: false
%end if
# The auth token for Hipchat.
#hipchat_auth_token: '1234556789'
# Alternative host for Hipchat.