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
Describe the bug
In Gmail raw headers some addresses comes in same line without \r\n. In this situation the framework ignores this e-mails from CC, BCC and TO addresses in Message Object.
Describe the bug
In Gmail raw headers some addresses comes in same line without \r\n. In this situation the framework ignores this e-mails from CC, BCC and TO addresses in Message Object.
Used config
Raw Header
Raw Header comes from Gmail:
Solution:
In simple test just replacing ", " for ",\r\n " in raw header (src/Header.php) solves te problem.
After replace raw header:
CC Adresses after changes in Message Object:
The text was updated successfully, but these errors were encountered: