Forward your crash reports to your mailbox
You can customize it for your needs, here a sample configuration to use gmail as your gateway to send emails. It will spawn the serve in 8080 port of your host
docker run --rm -it \
-p 8080:8080 \
-e MESSAGE_TITLE='[CRASHTEST]' \
-e MAIL_SERVER='smtp.gmail.com' \
-e MAIL_PORT='465' \
-e MAIL_USE_SSL='True' \
-e MAIL_USERNAME='YOUR GMAIL USERNAME' \
-e MAIL_PASSWORD='YOUR GMAIL PASSWORD' \
-e MESSAGE_RECIPIENT='DESTINATION ADDRESS' \
-e MESSAGE_SENDER='WHO IS SENDING' \
-name crashreport strm/crashreport
Content type
Image
Digest
Size
158.2 MB
Last updated
almost 9 years ago
docker pull strm/crashreport