Sh4yy / cloudflare-email

This is a simple proxy server that can be used for sending free transactional emails through Cloudflare workers.
MIT License
1.43k stars 321 forks source link

End of Life Notice - Cloudflare Workers & MailChannels #19

Open hrichiksite opened 1 month ago

hrichiksite commented 1 month ago

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 commented 1 month ago

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 commented 2 days ago

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...