
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
cf-send-email-worker
Advanced tools
A private api service for sending email powered by Cloudflare worker project.
formtome.com. Now, add a website in cloudflare-dashboard and build your domain. It maybe cost you about 30min.npm install wrangler@latest -g
git clone git@github.com:maojindao55/cf-send-email-worker.git
wrangler.tomlname = "send-email-api"
main = "./index.js"
compatibility_date = "2022-05-03"
[[send_email]]
type = "send_email"
name = "SEB"
allowed_destination_addresses = ["your-dest@example.com"]
# Here, replace your verified email address.
wrangler deploy --name send-email-worker-api
http://{{your-cf-worker-prefix}}.workers.dev/
POST
| Name | Type | Description |
|---|---|---|
sender_email | string | The email address of the sender. |
sender_name | string | The name of the sender. |
recipient_email | string | The email address of the recipient. |
subject | string | The subject of the email. |
msg_data | string | The message body of the email. |
curl -d"sender_email=admin@yourdomain.com&sender_name=FromWorker&recipient_email=your-dest@example.com&subject='Hello Guy!'&msg_data='My first email sent!'" "http://send-email-worker-api.workers.dev/"
FAQs
[English](README.md) / [中文版](README-CN.md)
We found that cf-send-email-worker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.