]> _ Git - psq.git/commitdiff
replyto
authorLouis Jeckel <louis.jeckel@outlook.com>
Thu, 26 Nov 2020 16:40:50 +0000 (17:40 +0100)
committerLouis Jeckel <louis.jeckel@outlook.com>
Thu, 26 Nov 2020 16:40:50 +0000 (17:40 +0100)
app/Jobs/ProcessEmailBatch.php

index feaac43b2c84e52aea23bafda751c8ae9e578d24..93f6b542a87079ed0a51addb5ce46fe7ab1bf3ee 100644 (file)
@@ -137,6 +137,7 @@ class ProcessEmailBatch implements ShouldQueue
                 'html' => $view,
                 'o:tag' => [$this->batch->getTag(), config('app.env').'_batch_'.BatchMail::getView($this->type)],
                 'o:testmode' => config('mail.mailgun.test_mode', 'yes'),
+                'h:Reply-To' => 'olivier.robichon@prescription-quotidien.com',
             ];
 
             Mailgun::messages()->send(config('mail.mailgun.domain'), $params);