Skip to content

Instantly share code, notes, and snippets.

View stonking's full-sized avatar
❤️‍🔥
Focusing

stonking stonking

❤️‍🔥
Focusing
View GitHub Profile
@stonking
stonking / bluesky.sh
Created May 4, 2023 21:11
Bluesky domain handle check
#!/bin/bash
# Adam Sculthorpe https://twitter.com/AdamSculthorpe
# Check your fave domains for bluesky handle DIDs
domains=(
amazon.com
apple.com
google.com
microsoft.com
figma.com
@stonking
stonking / cf-worker-email.md
Created May 13, 2022 19:31
Send email from Cloudflare Workers via MailChannels

Send email from Cloudflare Workers via MailChannels

Cloudflare announced a partnership with MailChannels that allows you to send free email via workers.

The example code that MailChannels supplied wasn't working so I fixed it here to make testing easy.

  1. Add include:relay.mailchannels.net to your domain's SPF record.
  2. Update the code below with your email addresses
  3. Create worker, paste code, save and deploy and test