Open robregonm opened 4 years ago
Please, notice that Yii interface for setReplyTo method DOES accept emails in the form [$email => $name] but Mailgun class does not. So it requires a validation in src/Message.php line 221 for cases when variable $replyTo is an array.
[$email => $name]
src/Message.php
Please, notice that Yii interface for setReplyTo method DOES accept emails in the form
[$email => $name]
but Mailgun class does not. So it requires a validation insrc/Message.php
line 221 for cases when variable $replyTo is an array.