Skip to content

Commit

Permalink
clarify test args
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Nov 6, 2024
1 parent dbbcc2f commit 8bf3561
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _documentation/emails.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ You get all the above settings from your email provider. Ports and encryption ca

## Testing emails

You can run `bin/console mailer:test [email protected]` to verify if the connection string is working.
You can run `bin/console mailer:test [email protected] [email protected]` to verify if the connection string is working.

Obviously you replace `[email protected]` with the value you have configured for `MAILER_FROM`.
You have to replace:
- `[email protected]` with your own email address to receive the test email
- `[email protected]` with the value you have configured for `MAILER_FROM`

## Troubleshooting

Expand Down

0 comments on commit 8bf3561

Please sign in to comment.