mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
Fix sending error due to mixed case in sender address
This commit is contained in:
@ -251,6 +251,8 @@ func (su *smtpUser) Send(returnPath string, to []string, messageReader io.Reader
|
||||
return
|
||||
}
|
||||
|
||||
message.Sender.Address = pmapi.ConstructAddress(message.Sender.Address, addr.Email)
|
||||
|
||||
kr, err := su.client().KeyRingForAddressID(addr.ID)
|
||||
if err != nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user