Skip to content

Commit

Permalink
Add instructions for custom domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
starkbamse committed Sep 8, 2024
1 parent 5f28c8c commit 7e0145b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ async fn main() {
}
```

## Changing the domain replied to in the `EHLO`/`EHLO` command

The domain replied to in the `EHLO`/`EHLO` command can be changed by setting the environment variable `MINISMTP_DOMAIN` to the desired domain.

```bash
export MINISMTP_DOMAIN="mydomain.com"
```

## License

See the [LICENSE](LICENSE) file for license rights and limitations (MIT).

0 comments on commit 7e0145b

Please sign in to comment.