-
Notifications
You must be signed in to change notification settings - Fork 34
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
Default email sender is not working #10404
Comments
anatol-sialitski
added a commit
that referenced
this issue
Mar 13, 2024
anatol-sialitski
added a commit
that referenced
this issue
Mar 14, 2024
anatol-sialitski
added a commit
that referenced
this issue
Mar 14, 2024
anatol-sialitski
added a commit
that referenced
this issue
Mar 14, 2024
anatol-sialitski
added a commit
that referenced
this issue
Mar 15, 2024
anatol-sialitski
added a commit
that referenced
this issue
Mar 18, 2024
anatol-sialitski
added a commit
that referenced
this issue
Mar 18, 2024
anatol-sialitski
added a commit
that referenced
this issue
Mar 19, 2024
anatol-sialitski
added a commit
that referenced
this issue
Mar 19, 2024
rymsha
pushed a commit
that referenced
this issue
Mar 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If
defaultFromEmail
is set in the XP mail configuration, it should be used in outgoing emails when it's not explicitly specified.Examples (assume that
defaultFromEmail
is set tonoreply@enonic.com
):Some Name<email@domain.com>
as a sender, use that as is.email@domain.com
as a sender, use that as is.Some Name<>
as a sender, substitute value fromdefaultFromEmail
so that it's sent fromSome Name<noreply@enonic.com>
.<>
as a sender or sender not specified, use value fromdefaultFromEmail
so that it's sent fromnoreply@enonic.com
.Throw an error if the value from
defaultFromEmail
is required (like in cases 3 and 4 above) but not configured.The text was updated successfully, but these errors were encountered: