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
43a59970
Commit
43a59970
authored
Jun 22, 2020
by
Antoine
Browse files
Move PHPMailer config to config file
parent
646a04af
Pipeline
#2809
failed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/classes/Framadate/Services/MailService.php
View file @
43a59970
...
...
@@ -10,16 +10,7 @@ class MailService {
private
$smtp_allowed
;
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
$smtp_options
=
[];
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