hascheksolutions/opentrashmail that will list all emails of all addresses the server has received. Kind of a catch-allDATEFORMAT -> How should timestamps be shown on the web interface (moment.js syntax)Choose email
Get random email address
Download attachments safely
Display Text/HTML
API so all features from the site can also be automated and integrated
Automatically check for new emails while on site
Admin overview for all available email addresses
Secure HTML, so no malicious things can be loaded
Display embedded images inline using Content-ID
Option to show raw email
Delete messages
Make better theme
Simple start with no persistence
bashdocker run -it -p 25:25 -p 80:80 hascheksolutions/opentrashmail
Saving data directory on host machine
bashdocker run -p 80:80 -p 25:25 -v /path/on/host/where/to/save/data:/var/www/opentrashmail/data hascheksolutions/opentrashmail
Complete example with running as daemon, persistence, a domain for auto-generation of emails and auto restart
bashdocker run -d --restart=always --name opentrashmail -e "DOMAINS=mydomain.eu" -e "DATEFORMAT='D.M.YYYY HH:mm'" -p 80:80 -p 25:25 -v /path/on/host/where/to/save/data:/var/www/opentrashmail/data hascheksolutions/opentrashmail
The heart of Open Trashmail is a Python-powered SMTP server that listens on incoming emails and stores them as JSON files. The server doesn't have to know the right email domain, it will just catch everything it receives. You only have to expose port 25 to the web and set an MX record of your domain pointing to the IP address of your machine.
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务