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 db8bc4c commit 8294d6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ 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."
)
```
4. **Verifying an Email Address**
Expand Down

0 comments on commit 8294d6b

Please sign in to comment.