[GH-ISSUE #49] Mailgun doesn't want to work #44

Open
opened 2026-02-27 23:18:37 +03:00 by kerem · 0 comments
Owner

Originally created by @jtagcat on GitHub (May 18, 2019).
Original GitHub issue: https://github.com/snibox/snibox/issues/49

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

Originally created by @jtagcat on GitHub (May 18, 2019). Original GitHub issue: https://github.com/snibox/snibox/issues/49 Using docker. ![image](https://user-images.githubusercontent.com/38327267/57967717-d71fad00-7951-11e9-890c-b3662ade1632.png) ``` [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](https://user-images.githubusercontent.com/38327267/57967785-557c4f00-7952-11e9-8f4d-3b0f27ef9032.png)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/snibox#44
No description provided.