Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lionel Ferrafiat
RIE-2017-ProjetTutore-G1
Commits
328d3fd4
Commit
328d3fd4
authored
Dec 17, 2018
by
Lionel Ferrafiat
Browse files
modification de mail_conso suite erreur nom de topic
parent
89e9b602
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteWeb/html/mail_conso.php
View file @
328d3fd4
...
...
@@ -11,7 +11,7 @@
// Déclaration de l'adresse de destination.
$mail
=
$email_envoi
->
payload
;
$nom_du_topic
=
$_POST
[
'topic'
];
// On filtre les serveurs qui rencontrent des bogues.
if
(
!
preg_match
(
"#^[a-z0-9._-]+@(hotmail|live|msn).[a-z]
{
2,4
}
$#"
,
$mail
))
{
...
...
@@ -29,7 +29,7 @@
<body>
<b>Bonjour à vous,</b><br><br>
<p>l'équipe de TRUEACK vous informe que votre message vient d'être consulté.</p><br>
<p>Votre topic porte le nom suivant :
$nom_topic
</p><br>
<p>Votre topic porte le nom suivant :
$nom_
du_
topic
.
</p><br>
<p> voici votre preuve de lecture :
$preuve_lu
.</p><br>
</body>
</html>"
);
...
...
Write
Preview
Markdown
is supported
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