A self-hosted disposable mail service.it can dispose used resources automatically.
739
docker run --name mail -d -p 25:25 -p 80:3000 colinchang/tempmail
Open your browser and visit http://127.0.0.1
In order to receive emails, your smtp server address should be made available somewhere. Two records should be added to your DNS records. Let us pretend that we want to receive emails at *@subdomain.domain.com:
subdomain.domain.com MX 10 mxsubdomain.domain.com. This means that the mail server for addresses like *@subdomain.domain.com will be mxsubdomain.domain.com.mxsubdomain.domain.com A the.ip.address.of.your.mailin.server. This tells at which ip address the mail server can be found.You can fire up Mailin (see next section) and use an smtp server tester to verify that everything is correct.
Content type
Image
Digest
Size
35.6 MB
Last updated
over 6 years ago
docker pull colinchang/tempmail