Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 715 Bytes

File metadata and controls

20 lines (14 loc) · 715 Bytes

SCES

What is SCES?

SCES means Secure Cukito Email Service. It is an email service that provides you with a secure email server exposed via API.

Features

  • Secure email sending and receiving
  • RESTful API for easy integration
  • SMTP support for traditional email clients
  • Full control over your email server
  • Open-source and self-hosted
  • Kubernetes support for easy deployment

Components

  • API Server: A RESTful API server built with FastAPI that handles email sending and receiving.
  • SMTP Server: An SMTP server built with aiosmtpd that allows traditional email
  • Web: Where our web application lives, built with React and TypeScript. It contains our blog, documentation, and more.