[X] There are no open or closed feature requests that are related to this request
Description
Emails sent during user registration have an arbitrary FROM address, which some email servers (mailcow) reject as the SMTP username does not match the message ENVELOPE from address.
Disabling sender checks may allow a compromised service account to be abused / impersonate email addresses.
Propose setting the message.setFrom Spring variable on email send.
Avoid duplicated feature requests
Description
Emails sent during user registration have an arbitrary FROM address, which some email servers (mailcow) reject as the SMTP username does not match the message ENVELOPE from address.
Disabling sender checks may allow a compromised service account to be abused / impersonate email addresses.
Propose setting the
message.setFrom
Spring variable on email send.