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
This was reported before in #95 and supposedly fixed in #96 but the fix does not work - it actually does not check for the existence of the host property.
When I get an email with "undisclosed recipients" (i.e. it was sent to my mailbox with BCC), I get the error exception 'ErrorException' with message 'Undefined property: stdClass::$host' in /.../vendor/tedivm/fetch/src/Fetch/Message.php:675
The value of $address at that point is (from var_dump):
This was reported before in #95 and supposedly fixed in #96 but the fix does not work - it actually does not check for the existence of the host property.
When I get an email with "undisclosed recipients" (i.e. it was sent to my mailbox with BCC), I get the error
exception 'ErrorException' with message 'Undefined property: stdClass::$host' in /.../vendor/tedivm/fetch/src/Fetch/Message.php:675
The value of
$address
at that point is (from var_dump):So the check for
mailbox
passes but nothost
.The text was updated successfully, but these errors were encountered: