Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End of Life Notice - Cloudflare Workers & MailChannels #19

Open
hrichiksite opened this issue Jun 21, 2024 · 5 comments
Open

End of Life Notice - Cloudflare Workers & MailChannels #19

hrichiksite opened this issue Jun 21, 2024 · 5 comments

Comments

@hrichiksite
Copy link

Since launching our free email sending API for Cloudflare Workers customers, we have been proud to provide a simple yet effective solution to deliver messages from Workers code with a minimum of setup complexity. Unfortunately, we regret to announce that this free service will be coming to an end on June 30th, 2024.

What's next?
Cloudflare customers utilizing the free MailChannels email API have until 5:00 PM Pacific Daylight Savings Time (UTC-7) on June 30th, 2024 to transition to an alternative email delivery solution. After that date, the API endpoint will begin rejecting connections from unauthorized senders. As soon as June 1st, 2024, we will begin failing a small fraction of API requests and including a link to this article in the error message.

Source: https://support.mailchannels.com/hc/en-us/articles/26814255454093-End-of-Life-Notice-Cloudflare-Workers

Found this repo for the first time today, was excited to use it, didn't think this journey would end before it even started :(

RIP

@leodido
Copy link

leodido commented Jun 21, 2024

Can confirm. Just got this into my worker's logs.

{
      "message": [
        "Email sent: 202 Accepted \"NOTICE: The MailChannels Email API has reached end-of-life, and will be discontinued on June 30th, 2024. For more information: https://support.mailchannels.com/hc/en-us/articles/26814255454093-End-of-Life-Notice-Cloudflare-Workers\"\n"
      ],
      "level": "log",
      "timestamp": 1718988410650
    }

@Subilan
Copy link

Subilan commented Jul 21, 2024

OMG Such a pity. Just tried to send something but kept getting Error sending email: Error: Error sending email: 500 Internal Server Error with no further detail so I came here for solutions and found this...

@dedomil
Copy link

dedomil commented Sep 15, 2024

They discontinued the service! :(

@paulwongx
Copy link

paulwongx commented Oct 8, 2024

Author should put a warning on the readme or deprecate this repo. Everyone who looks at this repo will be like me or the others experimenting with it and failing or looking into the source and realizing it's using mailchannels and reading from elsewhere that mailchannels is deprecated.

This is some sort of honeypot time suck for everyone who reads this repo. But ofc, appreciate the OP for sharing the code originally and even now, but imo it's time to deprecate this or put a big warning to others not to use this.

@Sh4yy
Copy link
Owner

Sh4yy commented Oct 18, 2024

I will update the readme. Thanks for pointing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants