Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Update docker.md for SMTP support#53

Closed
sventhiel wants to merge 1 commit into
exceptionless:mainfrom
sventhiel:patch-1
Closed

Update docker.md for SMTP support#53
sventhiel wants to merge 1 commit into
exceptionless:mainfrom
sventhiel:patch-1

Conversation

@sventhiel

Copy link
Copy Markdown

I tried to setup Exceptionless with SMTP support on my own machine. Unfortunately, to use ONLY the following environmental parameter does not work (see exceptionless/Exceptionless#1475, more precisely the comment from @gianlucamasini - exceptionless/Exceptionless#1475 (comment)

-e EX_ConnectionStrings__Email=smtps://user:password@smtp.host.com:587 \

So I had to add the mentioned parameters as well to get the smtp up and running.

-e EX_ConnectionStrings__Email=[smtp | smtps]://user:password@smtp.host.com:587 \
-e EX_AppMode="[Development | Staging | Production]" \
-e EX_BaseURL="[http | https]://example.com" \
-e EX_SmtpFrom="John Doe <john.doe@example.com>" \

For convinience and ease, it might be a good try to add those parameters to your docker guideline as well.

@CLAassistant

CLAassistant commented Aug 21, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@niemyjski

Copy link
Copy Markdown
Member

Thanks for this pr, my appologies on just seeing this. I'll make sure we update this as we moved the docs to the main repo.

@niemyjski niemyjski closed this Jul 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants