You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: