-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbbcc2f
commit 8bf3561
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|