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
04ecb416
Commit
04ecb416
authored
5 years ago
by
Bryce Lowe
Browse files
Options
Downloads
Patches
Plain Diff
Updated configuration template file with additional comments
parent
8984c6c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config-templates/config.php
+8
-14
8 additions, 14 deletions
config-templates/config.php
with
8 additions
and
14 deletions
config-templates/config.php
+
8
−
14
View file @
04ecb416
...
...
@@ -87,25 +87,19 @@ $config = [
* Set the transport options for the transport method specified. The valid settings are relative to the
* selected transport method.
*/
//// smtp mail transport options
//
// smtp mail transport options
// 'mail.transport.options' => [
// 'host' => 'mail.example.org',
// 'port' => 25,
// 'username' => 'user@example.org', 'password' => '',
// 'security' => 'tls',
// 'host' => 'mail.example.org', // required
// 'port' => 25, // optional
// 'username' => 'user@example.org', // optional: if set, enables smtp authentication
// 'password' => 'password', // optional: if set, enables smtp authentication
// 'security' => 'tls', // optional: defaults to no smtp security
// ],
//// sendmail mail transport options
//
// sendmail mail transport options
// 'mail.transport.options' => [
// 'path' => '/usr/sbin/sendmail'
// 'path' => '/usr/sbin/sendmail'
// optional: defaults to php.ini path
// ],
/*
* (Optional) When using the Sendmail transport method, provide an alternate path to the Sendmail
* executable.
*/
//'mail.sendmail.path' => '',
/*
* The envelope from address for outgoing emails.
* This should be in a domain that has your application's IP addresses in its SPF record
...
...
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