Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rorykoehler authored Jan 16, 2024
1 parent 38f77ac commit db8bc4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Of course the api keys should be stored in the Rails encrypted credentials as is
```
Mailerooby::EmailSender.send_email(
from: "[email protected]",
to: "[email protected]",
subject: "Test Email",
body: "This is a test email."
from: "[email protected]",
to: "[email protected]",
subject: "Test Email",
body: "This is a test email."
)
```
Expand Down

0 comments on commit db8bc4c

Please sign in to comment.