diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-18 19:13:08 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-18 19:13:08 -0500 |
commit | bd0ed331797717ff9db63216df550d95674ba248 (patch) | |
tree | 0f3fbe140b26274ab5ac80b74aa7a29d37b0689b /app/Core/Mail/Transport/Sendmail.php | |
parent | b4dc602381a367ce9ed1a1bbe28b7903976fdabe (diff) |
Add Reply-To header to emails sent from Kanboard
Diffstat (limited to 'app/Core/Mail/Transport/Sendmail.php')
-rw-r--r-- | app/Core/Mail/Transport/Sendmail.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Core/Mail/Transport/Sendmail.php b/app/Core/Mail/Transport/Sendmail.php index 039be705..a1a2cbd6 100644 --- a/app/Core/Mail/Transport/Sendmail.php +++ b/app/Core/Mail/Transport/Sendmail.php @@ -7,7 +7,7 @@ use Swift_SendmailTransport; /** * PHP Mail Handler * - * @package transport + * @package Kanboard\Core\Mail\Transport * @author Frederic Guillot */ class Sendmail extends Mail @@ -16,7 +16,7 @@ class Sendmail extends Mail * Get SwiftMailer transport * * @access protected - * @return \Swift_Transport|\Swift_MailTransport|\Swift_SmtpTransport|\Swift_SendmailTransport + * @return \Swift_Transport */ protected function getTransport() { |