Monday, September 30, 2024
1 change · 17.0
Enhancements to existing features
Event emails now fall back to the company as the sender when needed, helping recipients see a more appropriate sender identity. Email templates also better match the sender address with the correct author, reducing cases where messages appear to come from the wrong user.
Original PR description
Purpose ======= Event ----- Fallback on the company when sending event mail Mail ---- Calculate the author based on the email from (and vice-versa). When sending an email with a mail template, using `send_mail`, if the `author_id` is not set, then it will always be the current user instead of being computed based on the email from. Task-3815627