瀏覽代碼

ajout d'un champ unscribe pour test

Sevajol Bastien 12 年之前
父節點
當前提交
c84e6b82ab
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Muzich/IndexBundle/Controller/IndexController.php

+ 2 - 0
src/Muzich/IndexBundle/Controller/IndexController.php 查看文件

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