This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-10
Channels
- # ai (11)
- # babashka (14)
- # beginners (10)
- # biff (3)
- # clj-kondo (6)
- # clojure (34)
- # clojure-austin (1)
- # clojure-europe (23)
- # clojure-gamedev (16)
- # clojure-korea (2)
- # clojure-norway (13)
- # clojure-romania (1)
- # clojure-uk (4)
- # community-development (26)
- # cursive (11)
- # emacs (19)
- # fulcro (105)
- # gratitude (1)
- # honeysql (16)
- # jobs (1)
- # malli (17)
- # off-topic (5)
- # portal (8)
- # reitit (8)
- # remote-jobs (1)
- # shadow-cljs (30)
- # xtdb (10)
- # yamlscript (14)
apologies for this really newbie qn (I must admit that I barely know what I am doing here and am still struggling): but for https://biffweb.com/docs/tutorial/landing-page/, I see in signin-link
that it's
{:to [{:email to}]
vs
{:to to
for the reference code (https://github.com/jacobobryant/eelchat/commit/56f951a092fcac57c920123ce4918e94c5907978).
How is the output of signin-link
used, and which value should I use for :to
?hey! sorry about the discrepancy; the reference repo is a little out of date. I switched the default email provider from Postmark to MailerSend, and theil APIs are a bit different. Assuming you created your project with the command on https://biffweb.com/docs/tutorial/new-project/ (as opposed to just cloning the reference repo), you should be set up for Mailersend, so you can use the more up-to-date code from the tutorial web page.