Fork me on GitHub
#biff
<
2024-03-10
>
Jacob O'Bryant02:03:34

Just updated the starter app so it uses https://www.mailersend.com/ instead of Postmark. MailerSend is a lot cheaper, and they have a free tier with 3k emails/month. Postmark has jacked up their pricing quite a bit since they got acquired. I think it's also easier to sign up for MailerSend -- e.g. to create a Postmark account, your email address has to use a custom domain (an anti-spam measure, but inconvenient nonetheless--and I'm not aware of any other ESPs that require that). I'll write up release notes at some point, but if you want to switch an existing project to MailerSend you can look at this diff: https://github.com/jacobobryant/biff/commit/4cd28082dd27df41c3b2f4623b4975f2ba1fd7cc

❤️ 4
😍 1
💪 2
Jacob O'Bryant02:03:39

And with that, I'm finally ready to start working on a bunch of XTDB-related stuff... next week

👍 1
Marc Berndtgen12:03:58

Maybe I'm doing a rookie mistake here, but I'm on macOS 14 with an OpenJDK 21 and when I go through the eelchat tutorial and try to sign up, the signup link isn't printed on my console:

TO: [{:email }]
SUBJECT: Sign up for My Application

nil

Jacob O'Bryant15:03:53

oh whoops, this is a regression from my mailersend changes yesterday. I'll fix this in a minute

Jacob O'Bryant15:03:12

I've pushed a fix so new projects won't run into this, however for existing projects created with biff v1.8.6 you'll have to make this change manually, in the email.clj file: https://github.com/jacobobryant/biff/commit/cc7dcdf6d4227e8727afaff3f9e45ba6180c3189