소스 검색

ajout d'un champ unscribe pour test

Sevajol Bastien 11 년 전
부모
커밋
c84e6b82ab
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Muzich/IndexBundle/Controller/IndexController.php

+ 2 - 0
src/Muzich/IndexBundle/Controller/IndexController.php 파일 보기

@@ -93,6 +93,8 @@ class IndexController extends Controller
93 93
           )
94 94
         )
95 95
       ;
96
+      $message->getHeaders()->addTextHeader('List-Unsubscribe', 'unsubscribe@muzi.ch');
97
+      
96 98
       $this->get('mailer')->send($message);
97 99
       
98 100