Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
8b8020e8
Commit
8b8020e8
authored
5 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
Document existence of email settings.
parent
df1d4af9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/simplesamlphp-install.md
+4
-3
4 additions, 3 deletions
docs/simplesamlphp-install.md
with
4 additions
and
3 deletions
docs/simplesamlphp-install.md
+
4
−
3
View file @
8b8020e8
...
...
@@ -294,11 +294,12 @@ Configuring PHP
### Sending e-mails from PHP
Some parts of SimpleSAMLphp will allow you to send e-mails. For example, sending error reports to technical admin. If
Some parts of SimpleSAMLphp will allow you to send e-mails. For example, sending error reports to
the
technical admin. If
you want to make use of this functionality, you should make sure your PHP installation is configured to be able to
send e-mails. It's a common problem that PHP is not configured to send e-mails properly. The configuration differs
from system to system. On UNIX, PHP is using sendmail, on Windows SMTP.
send e-mails.
By default SimpleSAMLphp uses the PHP
`mail()`
function, which you can configure via
`php.ini`
.
For more advanced configuration, including using a remote SMTP server, see the
`mail.*`
options in
`config.php`
.
Enabling and disabling modules
------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment