forked from ZwiiCMS-Team/ZwiiCampus
default send address
This commit is contained in:
parent
68de5ceb92
commit
1eb5b09da7
@ -1190,7 +1190,7 @@ class common
|
||||
* @param string $content Contenu
|
||||
* @return bool
|
||||
*/
|
||||
public function sendMail($to, $subject, $content, $replyTo = null, $from = '')
|
||||
public function sendMail($to, $subject, $content, $replyTo = null, $from = 'no-reply@localhost')
|
||||
{
|
||||
// Layout
|
||||
ob_start();
|
||||
|
@ -153,7 +153,7 @@ class install extends common
|
||||
'<strong>URL du site :</strong> <a href="' . helper::baseUrl(false) . '" target="_blank">' . helper::baseUrl(false) . '</a><br>' .
|
||||
'<strong>Identifiant du compte :</strong> ' . $this->getInput('installId') . '<br>',
|
||||
null,
|
||||
'localhost'
|
||||
'no-reply@localhost'
|
||||
);
|
||||
|
||||
// Sauvegarder la configuration du Proxy
|
||||
|
@ -44,6 +44,7 @@ class init extends common
|
||||
'proxyType' => 'tcp://',
|
||||
'smtp' => [
|
||||
'enable' => false,
|
||||
'from'=> 'no-reply@localhost'
|
||||
],
|
||||
'seo' => [
|
||||
'robots' => true,
|
||||
|
Loading…
Reference in New Issue
Block a user