default form localhost
This commit is contained in:
parent
5bba67c169
commit
6794db3719
@ -1195,7 +1195,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();
|
||||
|
@ -167,7 +167,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'
|
||||
);
|
||||
|
||||
// Nettoyage fr par défaut
|
||||
|
Loading…
Reference in New Issue
Block a user