Hi
I am testing how to implement yii3 components in current yii2 projects. I started with implementing yii3 DI container and the logger with target-file and target-email.
I have managed to get target-file working ok. For target-email I defined the email dependencies based on target-email target-email package DI configuration and I have reached the point where the target tries to send the log email, but fails since the sender is missing.
I understand the log recipient is defined in the EmailTarget but I fail to find how the sender is configured or what is the proper way of doing that for the log-target-email package?