Skip to content

Commit

Permalink
Merge pull request #2 from abnerfs/patch-1
Browse files Browse the repository at this point in the history
Working example
  • Loading branch information
tzzh authored Feb 3, 2023
2 parents 85b70d9 + 67ed692 commit e99791e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ It's relying entirely on https://github.com/jordan-wright/email and so supports
## Usage

``` clojure
(require '[babashka.pods])
(babashka.pods/load-pod ["./pod-tzzh-mail"])
(require '[babashka.pods :as pods])
(pods/load-pod 'tzzh/mail "0.0.2")
(require '[pod.tzzh.mail :as m])

(m/send-mail {:host "smtp.gmail.com"
Expand Down

0 comments on commit e99791e

Please sign in to comment.