Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
latoilescoute-dev
scoodle
Commits
646a04af
Commit
646a04af
authored
Jun 22, 2020
by
Antoine
Browse files
Merge branch 'scoodle2' into scoodle
parents
b7b550ce
22542c78
Pipeline
#2808
failed with stage
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/classes/Framadate/Services/MailService.php
View file @
646a04af
...
...
@@ -10,7 +10,16 @@ class MailService {
private
$smtp_allowed
;
private
$smtp_options
=
[];
private
$smtp_options
=
[
'host'
=>
'bubbles.latoilescoute.net'
,
// SMTP server (you could add many servers (main and backup for example) : use ";" like separator
'auth'
=>
true
,
// Enable SMTP authentication
'username'
=>
'scoodle@latoilescoute.net'
,
// SMTP username
'password'
=>
'8KZFeBKAAPd9mSZUbESvrVFg'
,
// SMTP password
'secure'
=>
'tls'
,
// Enable encryption (false, tls or ssl)
'port'
=>
25
,
];
private
$logService
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment