Update mail.php

This commit is contained in:
Axel 2020-12-29 10:30:54 +01:00 committed by GitHub
parent 074e0a1928
commit f7eff3c3df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,12 +57,12 @@ if (isset($_POST['to'])) {
<form action="mail.php" method="post" enctype="multipart/form-data">
<div class="form-group">
<label>From:</label>
<input type="email" class="form-control" name="from" value placeholder="noreply@wcie.fr" />
<input type="email" class="form-control" name="from" value placeholder="noreply@domain.fr" />
</div>
<div class="form-group">
<label>To:</label>
<input type="email" class="form-control" name="to" value placeholder="a.devignon@wcie.fr" />
<input type="email" class="form-control" name="to" value placeholder="paul@domain.fr" />
</div>
<div class="form-group">