fix(reply): use send-as envelope#1279
Conversation
|
@FromSi please, change this PR, to send the envelope at first from |
|
@andrinoff I updated the Is this what you had in mind? Also, should I remove the “Closes #...” text from the PR description? |
|
Yes, that's what I had in mind, thank you. No, don't remove it, it's still the fix for this. |
|
/build |
Build complete (
|
| OS | Arch | Download |
|---|---|---|
| Linux | amd64 | matcha_preview_linux_amd64.tar.gz |
| Linux | arm64 | matcha_preview_linux_arm64.tar.gz |
| macOS | amd64 | matcha_preview_darwin_amd64.tar.gz |
| macOS | arm64 | matcha_preview_darwin_arm64.tar.gz |
| Windows | amd64 | matcha_preview_windows_amd64.zip |
| Windows | arm64 | matcha_preview_windows_arm64.zip |
|
the issue creator doesn't seem to respond. I'll merge either way |
|
@FromSi can you change the PR description? |
|
@andrinoff the title and description have been updated |
@FromSi , I think @LeaWhoCodes emailed you and invited to the org |
What?
Updates the SMTP envelope sender for outgoing mail.
Matcha now uses
send_as_emailforMAIL FROMwhen it is configured. If it is not configured, it keeps the existing fallback behavior.This applies to regular email sending and calendar replies.
Why?
Closes #1274
Previously,
MAIL FROMwas based onfetch_email, withaccount.emailas the fallback.Now the order is:
fetch_emailis used to match incoming messages to an account. For outgoing mail, the configured Send-As address should be used first.