https://discord.cloudflare.com logo
Join Discord
Powered by
# workers-discussions
  • j

    johtso

    03/11/2023, 11:37 AM
    60 day retention for free!?
  • t

    Tom Sherman

    03/11/2023, 11:42 AM
    Woah
  • j

    johtso

    03/11/2023, 11:45 AM
    Yeah, feel like there must be a catch
  • d

    dave

    03/11/2023, 4:58 PM
    thanks, I can confirm it's working for me now!
  • d

    dave

    03/11/2023, 5:00 PM
    it's not that hard to make sure a service. Heck, I made a private one for my company that exposes a similar API but with extra features.
  • d

    dave

    03/11/2023, 5:05 PM
    interesting, might try it out too
  • j

    johtso

    03/11/2023, 5:06 PM
    If you do I'd be interested to hear how it goes!
  • a

    Advany

    03/11/2023, 5:42 PM
    Didnt know that. I though delivery and spam filtering was very difficult. Do you know how I can find out if a email send using mailchannel is delivered, in queue or blocked?
  • d

    dave

    03/11/2023, 5:45 PM
    difficult ish for a 1 man team, not difficult as a product IMO.
  • d

    dave

    03/11/2023, 5:45 PM
    and no, mailchannels gives zero feedback
  • d

    dave

    03/11/2023, 5:45 PM
    it's highly annoying
  • a

    Advany

    03/11/2023, 5:46 PM
    😦 very annoying. Maybe it can be done with dmarc reporting
  • d

    dave

    03/11/2023, 5:47 PM
    you can sorta ish do it by adding an image, and then seeing if the end user's mail provider opens the link. If so, it definitely got sent.
  • a

    Advany

    03/11/2023, 5:51 PM
    And bcc? Would that work? Or risk that its send to some but not others lol
  • d

    dave

    03/11/2023, 5:52 PM
    bcc won't tell you if the
    to
    field bounced.
  • a

    Advany

    03/11/2023, 5:53 PM
    Yeah... have you contacted mailchannels regarding this issue?
  • d

    dave

    03/11/2023, 5:53 PM
    I've had a less than ideal experience with their tech support.
  • d

    dave

    03/11/2023, 5:54 PM
    told them an issue and how to fix it in less than 5 lines of code, and they refused to consider it at all.
  • a

    Advany

    03/11/2023, 6:10 PM
    Maybe thats there way to get people to convert to an paying plan
  • d

    dave

    03/11/2023, 6:48 PM
    eh, I just ended up rolling my own mail server API thing
  • d

    dave

    03/11/2023, 6:49 PM
    it can use MailChannels as a fallback if AWS SES is down
  • d

    dave

    03/11/2023, 6:51 PM
    hmm, so not sure if this is new or not, but now when I do
    return c.json({})
    with Hono in a Worker, it seems like my content-type is always plaintext.
  • a

    Advany

    03/11/2023, 7:37 PM
    Yeah but ses is a lot more expensive then free haha
  • a

    Advany

    03/11/2023, 7:40 PM
    I just looked at the website. So there service to send mails is free. They charge for monitoring outbound spam and notificationd for that.
  • j

    johtso

    03/11/2023, 10:20 PM
    Any tips on getting a better DX when tweaking the tailwind styles of a project targeting CF workers
  • j

    johtso

    03/11/2023, 10:20 PM
    going through wrangler means slow reload times
  • j

    johtso

    03/11/2023, 10:21 PM
    ideally I'd want to be able to run the app in a basic dev server when doing stuff like that
  • j

    johtso

    03/11/2023, 10:21 PM
    but that's not so straightforward when the project is designed to run in cloudflare
  • s

    skaboy007

    03/11/2023, 11:05 PM
    hi all i was wondering the follwoing thing. lets say i want to create an uptime service on Workers. can i force location? i kind of know that no. but what about Duravle objects?
  • d

    dave

    03/11/2023, 11:34 PM
    Remember that you do get punished by mail providers if you end up bouncing emails, even if it’s not your fault really.
1...233823392340...2509Latest