Skip to content

Commit

Permalink
use own test command
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Feb 12, 2025
1 parent afedf95 commit af1b706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/_documentation/emails.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You get all the above settings from your email provider. Ports and encryption ca

## Testing emails

You can run `bin/console mailer:test admin@example.com --from=test@example.com` to verify if the connection string is working.
You can run `bin/console kimai:mail:test --to=recipient@example.com --from=sender@example.com` to verify if the connection string is working.

You have to replace:
- `[email protected]` with your own email address to receive the test email
Expand Down

0 comments on commit af1b706

Please sign in to comment.