closes #376
[platal.git] / htdocs.net / groupe / mail.php
index 71ac706..f8c8c3d 100644 (file)
@@ -15,7 +15,7 @@
 
         require_once 'xnet/mail.inc.php';
         $tos = get_all_redirects(Post::has('membres'), $mls, $client);
-        send_xnet_mails($from, $sujet, $body, $tos);
+        send_xnet_mails($from, $sujet, $body, $tos, Post::get('replyto'));
         $page->kill("Mail envoyé !");
         $page->assign('sent', true);
     }