Fork me on GitHub
#biff
<
2024-05-10
>
jf16:05:53

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?

Jacob O'Bryant16:05:44

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.

jf16:05:36

got it. Thank you!

👌 1