default form localhost
This commit is contained in:
parent
5bba67c169
commit
6794db3719
@ -1195,7 +1195,7 @@ class common
|
|||||||
* @param string $content Contenu
|
* @param string $content Contenu
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function sendMail($to, $subject, $content, $replyTo = null, $from = '')
|
public function sendMail($to, $subject, $content, $replyTo = null, $from = 'no-reply@localhost')
|
||||||
{
|
{
|
||||||
// Layout
|
// Layout
|
||||||
ob_start();
|
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>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>',
|
'<strong>Identifiant du compte :</strong> ' . $this->getInput('installId') . '<br>',
|
||||||
null,
|
null,
|
||||||
'localhost'
|
'no-reply@localhost'
|
||||||
);
|
);
|
||||||
|
|
||||||
// Nettoyage fr par défaut
|
// Nettoyage fr par défaut
|
||||||
|
Loading…
Reference in New Issue
Block a user