mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-26 10:07:41 +02:00
Bouton pour envoyer un mail à tout le monde
This commit is contained in:
@ -24,6 +24,10 @@ if (sizeof($waiting_teams) > 0) { ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<a href="mailto:contact@correspondances-maths.fr?<? foreach ($all_emails as $email) echo "bcc=" . $email . "&" ?>subject=Correspondances de Jeunes Mathématicien·ne·s" target="_blank">
|
||||
<button class="btn btn-block btn-primary">Envoyer un mail à tous les participants</button>
|
||||
</a>
|
||||
|
||||
<hr />
|
||||
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user