这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ EOF
You can also set the from address (for SMTP `MAIL FROM`):

```bash
./mhsendmail -from "admin@mailhog.local" test@mailhog.local ...
./mhsendmail --from="admin@mailhog.local" test@mailhog.local ...
```

Or pass in multiple recipients:

```bash
./mhsendmail -from "admin@mailhog.local" test@mailhog.local test2@mailhog.local ...
./mhsendmail --from="admin@mailhog.local" test@mailhog.local test2@mailhog.local ...
```

Or override the destination SMTP server:

```bash
./mhsendmail -smtp-addr "localhost:1026" test@mailhog.local ...
./mhsendmail --smtp-addr="localhost:1026" test@mailhog.local ...
```

To use from php.ini
Expand Down