https://github.com/zviryatko/nomail
Just a test implementation of SMTP protocol with PHP without any native sendmail or any existing php mail library.
https://github.com/zviryatko/nomail
Last synced: about 1 year ago
JSON representation
Just a test implementation of SMTP protocol with PHP without any native sendmail or any existing php mail library.
- Host: GitHub
- URL: https://github.com/zviryatko/nomail
- Owner: zviryatko
- Created: 2021-09-13T16:37:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T16:44:01.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T12:57:41.368Z (over 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# NoMail php mailer
Just a test implementation of SMTP protocol with PHP without any native sendmail or any existing php mail library.
## Setup
```bash
git clone ...
cp .env.dist .env
docker-compose up -d
docker-compose exec php ash
composer install
exit
open http://nomail.docker.localhost
open http://mailhog.nomail.docker.localhost
```
## Restrictions
No authentication supported.
Cannot be used with external mail services to avoid the spam, only local testing!