Skip to content
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

Mailgun doesn't want to work #49

Open
jtagcat opened this issue May 18, 2019 · 0 comments
Open

Mailgun doesn't want to work #49

jtagcat opened this issue May 18, 2019 · 0 comments

Comments

@jtagcat
Copy link

jtagcat commented May 18, 2019

Using docker.
image

[root@sniboxdemo snibox-docker]# cat .env
# Secrets
SECRET_KEY_BASE=44f431c75e78***88f761eac4828a33

# SSL
FORCE_SSL=false

# Database # also is this self-contained, will it interfere with other containers? is this accessible from www?
DB_NAME=postgres
DB_USER=postgres
DB_PASS=
DB_HOST=database
DB_PORT=5432

# Mailgun. Required by 'Reset password feature'. Feel free to start without this setup.
MAILGUN_SMTP_PORT=587
MAILGUN_SMTP_SERVER=smtp.eu.mailgun.org
MAILGUN_SMTP_LOGIN=snibox@mail.c7.ee
MAILGUN_SMTP_PASSWORD=a*****523
MAILGUN_API_KEY=fd****79c2d
MAILGUN_DOMAIN=mail.c7.ee
MAILGUN_PUBLIC_KEY=pubkey-1*****660b7

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant