Skip to content

Add configurable send_as address with envelope fallback #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mirkin-pixel
Copy link

It is now possible to use a different sender email address that the sending azure account (MAIL_FROM_ADDRESS) has access to (delegated).

The MAIL_FROM_ADDRESS is the azure user with at least an Exchange Online license and can mail on behalf of all email address this account has access to.

The sender address for outgoing emails is now determined via the mail.mailers.microsoft-graph.send_as config value.

If this value is not set, it falls back to the envelope's sender address ($envelope->getSender()->getAddress()), ensuring emails can still be sent without explicit configuration.

The sender address for outgoing emails is now determined via the
`mail.mailers.microsoft-graph.send_as` config value.

If this value is not set, it falls back to the envelope's sender address
(`$envelope->getSender()->getAddress()`), ensuring emails can still be sent
without explicit configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant