Skip to content

fix: sender being set to <name@domain.com>

Closes #3323386

return-path was setting Sender to <name@domain.com> when it need to be the bare email, so this matches how case 'sender' handles setting the sender so its identical.

Merge request reports