diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-11-25 14:37:25 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-11-25 14:37:25 +0100 |
commit | 18ad5414acb6cea4e2cd645e8a8d81f371285824 (patch) | |
tree | eb7d7570b505b122510144f78036ba102dbcd889 /template/default/help_config.html | |
parent | 0911279b7a22fae2cdde05681d88322a222d6c63 (diff) | |
download | vdradmin-am-18ad5414acb6cea4e2cd645e8a8d81f371285824.tar.gz vdradmin-am-18ad5414acb6cea4e2cd645e8a8d81f371285824.tar.bz2 |
2005-11-xx: 0.97-am3.4.2v0.97-am3.4.2rc5
- Fixed: Programming a timer using InternetExplorer didn't return to the previous page but gave an error (Reported by several people).
- Remember sorting after (in)activating selected timers (Reported by Atti).
Diffstat (limited to 'template/default/help_config.html')
-rw-r--r-- | template/default/help_config.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/help_config.html b/template/default/help_config.html index 2768d6c..323d498 100644 --- a/template/default/help_config.html +++ b/template/default/help_config.html @@ -113,6 +113,10 @@ <dd><%! The email address the email is sent to. !%></dd> <dt><%! Mail server: !%></dt> <dd><%! The outgoing mail server. !%></dd> + <dt><%! SMTPAuth user: !%></dt> + <dd><%! If you need to authenticate yourself at the outgoing mail server, you have to supply the username and the password below. Leaving this field empty will disable SMTPAuth. !%> + <dt><%! SMTPAuth password: !%></dt> + <dd><%! The password for the SMTPAuth user. !%></dd> <dt><%! Tooltips: !%></dt> <dd><%! Here you can (de-)activate the tooltips. !%></dd> </dl> |