CuckooPost is a self-hosted token-based email sending service that offers secure mailing through SMTP or PHP's mail() and includes an admin interface for managing tokens.

1 Open Issue Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a POST-Redirect-GET (PRG) pattern for the 'add Token' form in the CuckooPost admin interface to prevent duplicate form submissions and improve user experience. This involves handling the form submission with POST, redirecting to the same page using a 303 status code, and then displaying the updated token list on the GET request.

Complexity: 2/5
good first issue

CuckooPost is a self-hosted token-based email sending service that offers secure mailing through SMTP or PHP's mail() and includes an admin interface for managing tokens.

PHP