Skip to content

Commit c4f983e

Browse files
committed
README fixes
1 parent a7674ff commit c4f983e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Set a custom from address.
3737
config.email_error_reporter.from = "[email protected]"
3838
```
3939

40-
Disables the email reports for specific environments. Mails are enabled by default on all envs.
40+
---
41+
42+
Disables the email reports for specific environments.
4143

4244
```ruby
4345
# e.g. in development.rb
@@ -51,10 +53,12 @@ You can use the built-in rake task `rake email_error_reporter:check` to check if
5153

5254
If you're using Kamal, you can run the following command to test the setup in production:
5355

54-
```
56+
```sh
5557
kamal app exec -p 'bundle exec rake email_error_reporter:test_email'
5658
```
5759

60+
If everything is setup correctly, this rake task will send a demo email to your configured `to` address with a sample exception.
61+
5862
## License
5963

6064
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)