mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix Reply-To for Woorimail driver
This commit is contained in:
parent
04ab022864
commit
744827518d
1 changed files with 7 additions and 7 deletions
|
|
@ -128,6 +128,8 @@ class Woorimail extends Base implements \Rhymix\Framework\Drivers\MailInterface
|
|||
{
|
||||
$data['wms_nick'] = $sender_email[0];
|
||||
$data['wms_domain'] = $sender_email[1];
|
||||
}
|
||||
}
|
||||
if($replyTo = $message->message->getReplyTo())
|
||||
{
|
||||
if ($replyTo = key($replyTo))
|
||||
|
|
@ -135,8 +137,6 @@ class Woorimail extends Base implements \Rhymix\Framework\Drivers\MailInterface
|
|||
$data['sender_email'] = $replyTo;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Fill the recipient info.
|
||||
if ($to = $message->message->getTo())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue