EGreed Mail Documentation
Encrypted, business-grade email and calendaring.
About EGreed Mail
What is it?
EGreed Mail is an EGreed Technology product engineered in Kigali, Rwanda for reliability, security, and scale across Africa and beyond. It ships with production SDKs, first-class APIs, and 24/7 support.
Who is it for?
EGreed Mail is built for developers, IT teams, product organizations, startups, SMEs, government agencies, universities and enterprises that want an African-engineered, globally competitive platform.
Architecture
EGreed Mail runs on the EGreed Cloud platform: containerized microservices behind an API gateway, PostgreSQL and object storage for durability, Redis for caching, and a global edge for low latency across African countries.
Security
SOC 2-aligned controls, GDPR-ready, Rwanda Data Protection Law (Law N° 058/2021) compliant, AES-256 at rest, TLS 1.3 in transit, MFA, SSO, audit logs, role-based access.
Scalability
Horizontally scalable across regions, autoscaling workers, multi-tenant isolation, 99.9% uptime SLA with enterprise 99.99% option.
Enterprise
Dedicated tenants, private networking, custom SLAs, on-prem deployment options, dedicated account management, and priority engineering support.
Pricing
Free tier for developers, pay-as-you-go for startups and SMEs, and volume-discounted enterprise contracts. Payments in RWF, USD, MTN Mobile Money, and Airtel Money.
Benefits
Reduced cost of ownership · African-language support (Kinyarwanda, Swahili, English, French) · Rwanda-based data residency options · 24/7 local + global support · Transparent pricing in RWF and USD
Main features
Use cases
Supported platforms
Supported languages & frameworks
Quick start
Go from zero to production in under an hour.
Create an account
Sign up in under a minute — no credit card required.
Install the SDK
One command with npm, pnpm, bun, pip, or go get.
Create your first project
Bootstrap a workspace and get your API keys.
Authenticate
OAuth 2.0, API keys, or SSO in a few lines of code.
First API call
Send your first request and verify the response.
Deploy
Ship to production on EGreed Cloud, Vercel, or your own infra.
Best practices
Security, performance, and observability from day one.
Learning paths
Structured tracks for developers, admins, and business users.
Beginner Track
Beginner · 4h
Concepts, setup, and your first working integration.
Intermediate Track
Intermediate · 8h
Auth, webhooks, error handling, and workflows.
Advanced Track
Advanced · 16h
Scaling, performance, multi-tenant, and enterprise SSO.
Expert Track
Expert · 24h
Architecture, custom models, edge cases, and migration.
Certification
All levels · 12h
Prepare for the EGreed Certified Developer exam.
Developer Track
Role · 20h
Full path for engineers building on EGreed.
Business Track
Role · 6h
For product managers, founders, and ops leaders.
Administrator Track
Role · 10h
For IT admins managing users, billing, and security.
Documentation categories
Every section you need — from installation to migration.
EGreed Mail articles
Popular articles
Most-read guides across EGreed docs this month.
What is EGreed Mail?
Encrypted, business-grade email with modern spam protection and calendaring.
About EGreed Technology LTD
EGreed Technology LTD (EgreedTech) is an RDB-registered IT consulting and software company based in Kigali, Rwanda, building AI, cloud, and enterprise platforms for Africa.
EGreed Technology services overview
Comprehensive IT consulting, development, cloud, cybersecurity, AI, data, and training services delivered from Kigali across East Africa.
School management systems in Rwanda
The best school management system in Rwanda — complete ERP for primary, secondary, TVET and private schools in Kigali and East Africa.
What is EGreed Technology?
An overview of the EGreed Technology ecosystem — products, APIs, and how they fit together.
What is EGreed Cloud?
Encrypted, versioned object storage with global replication — the storage backbone of the ecosystem.
What is EGreed AI?
Hosted foundation models, embeddings, vision, and speech — plus the Kero V4 assistant.
Kero V4 — Africa's most intelligent AI ecosystem
Kero V4 is EGreed AI's multilingual assistant supporting English, Kinyarwanda, French, and Swahili, with modes for chat, coding, research, and image generation.
EGreedAI at ai.egreedtech.org — the first Rwandan and African AI built for Africans
EGreedAI is the flagship Rwandan-built artificial intelligence platform at ai.egreedtech.org — a very intelligent, super-capable African AI designed for African languages, culture, businesses, students, and creators.
Project IGICU — Soil Intelligence Grid
Bridging satellite data with IoT ground sensors and AI yield forecasting for Rwanda's agricultural transformation. Built for SpaceYield Rwanda and GLOC 2026.
EGreed Learn — Digital Excellence Academy
Industry-aligned training in Full-Stack Development, IoT Engineering, and Strategic Design, powered by the E-Ai Framework.
Egreed Technology course catalog
Full catalog — web, cloud, AI, mobile, cybersecurity, and databases — with pricing in FRW.
How to create an EGreed account
Sign up for a free EGreed account and access every product from a single dashboard.
OAuth 2.0 authentication
How to authenticate against the EGreed platform using OAuth 2.0 and PKCE.
REST API overview
Base URLs, authentication, rate limits, and error handling for the EGreed REST API.
Security overview
How EGreed Technology protects your data — encryption, compliance, and shared responsibility.
Upload your first file to EGreed Cloud
A five-minute tutorial to upload, share, and version a file.
What is EGREED Deploy? The next-generation cloud deployment platform
EGREED Deploy is a modern cloud deployment platform by EGREED Technology that turns Git commits into production-ready websites, APIs, and AI applications through automated build pipelines, global infrastructure, and a first-class developer experience.
Welcome to EGREED Deploy
Start here to learn what EGREED Deploy is, how it fits into the EGREED ecosystem, and what you can build with it.
Connecting your Git repository to EGREED Deploy
Connect GitHub, GitLab, or Bitbucket to EGREED Deploy for automated deployments on every push.
Featured tutorials
Build a production integration with EGreed Mail in 30 minutes
Step-by-step tutorial covering setup, authentication, error handling, and deployment.
Build a production integration with EGreed Mail in 45 minutes
Step-by-step tutorial covering setup, authentication, error handling, and deployment.
Build a production integration with EGreed Mail in 60 minutes
Step-by-step tutorial covering setup, authentication, error handling, and deployment.
Build a production integration with EGreed Mail in 75 minutes
Step-by-step tutorial covering setup, authentication, error handling, and deployment.
Build a production integration with EGreed Mail in 90 minutes
Step-by-step tutorial covering setup, authentication, error handling, and deployment.
Build a production integration with EGreed Mail in 105 minutes
Step-by-step tutorial covering setup, authentication, error handling, and deployment.
Code examples
Copy-paste snippets in every major language and framework.
import { EGreed } from "@egreed/sdk";
const client = new EGreed({ apiKey: process.env.EGREED_API_KEY! });
const res = await client.messages.create({ prompt: "Hello from Kigali" });
console.log(res.text);Latest releases
- v2.9· July 2026New features
New features and stability improvements
- v2026.06· June 2026Enhancement
Performance tuning and API additions
- v2026.05· May 2026Security
Security patches and audit log improvements
- v2026.04· April 2026Breaking
Breaking: renamed legacy endpoints
- v2026.03· March 2026Bug fix
Bug fixes across SDKs
Videos & walkthroughs
Product demo: EGreed Mail
5 min · EGreed Team
Getting started walkthrough: EGreed Mail
8 min · EGreed Team
Developer session: EGreed Mail
11 min · EGreed Team
Live coding: EGreed Mail
14 min · EGreed Team
Migration guide: EGreed Mail
17 min · EGreed Team
Enterprise deep dive: EGreed Mail
20 min · EGreed Team
Frequently asked questions
What is EGreed Mail?
EGreed Mail is an EGreed Technology product: Encrypted, business-grade email and calendaring.
Who is EGreed Mail for?
EGreed Mail is designed for developers, businesses, government, and enterprises across Rwanda, East Africa, and globally.
Is there a free tier?
Yes. Every EGreed product ships with a generous free tier so you can build and evaluate before you pay.
Does EGreed Mail support Kinyarwanda?
Yes. EGreed products support English, French, Kinyarwanda, and Swahili in UI and, where relevant, in AI models.
Where is data stored?
You can choose Rwanda, East Africa, or global regions. Enterprise plans support strict in-country data residency.
Is EGreed Mail secure?
Yes — encryption at rest and in transit, MFA, SSO, audit logs, and alignment with Rwanda Data Protection Law and GDPR.
Can I pay with Mobile Money?
Yes. We accept MTN Mobile Money (MoMo), Airtel Money, Visa/Mastercard, and bank transfers in RWF and USD.
How do I get support?
Email support@egreedtech.org, use the in-app chat, or open a ticket at support.egreedtech.org. Enterprise plans include 24/7 phone support.
Does EGreed Mail have SDKs?
Yes. Official SDKs for JavaScript/TypeScript, Python, Go, Java, PHP, Flutter, .NET, Kotlin, Swift, and Rust.
Is there an on-premise version?
Enterprise customers can deploy on private infrastructure. Contact sales@egreedtech.org.
How stable are the APIs?
Stable, versioned APIs with a minimum 12-month deprecation window and detailed release notes.
Is there a status page?
Yes — status.egreedtech.org publishes real-time incident and uptime data.
Can I contribute to the docs?
Yes. Every article has an Edit link that opens the source in our public docs repository.
How do I request a feature?
Post on community.egreedtech.org or email product@egreedtech.org.
What's the SLA?
99.9% for standard plans, 99.99% for enterprise. Service credits are automatic when SLAs are missed.
Community
Community guides
User-contributed guides and how-tos.
Best practices
Field-tested patterns from real deployments.
Sample projects
Open-source starters and reference apps.
Case studies
Real transformations across banking, health, and government.
Discussion forum
Ask questions and share ideas with the community.
Contribute
Improve docs on GitHub — every page has an edit link.
Continue learning
About EGreed Technology LTD
EGreed Technology LTD (EgreedTech) is an RDB-registered IT consulting and software company based in Kigali, Rwanda, building AI, cloud, and enterprise platforms for Africa.
RDB registration and licensed activities
EGreed Technology LTD is licensed by the Rwanda Development Board for six core technology activities.
Contact EGreed Technology
Email, phone, and office details for EGreed Technology LTD.
Partners and certifications
Technology partners and team certifications backing EGreed Technology delivery.
EGreed Technology services overview
Comprehensive IT consulting, development, cloud, cybersecurity, AI, data, and training services delivered from Kigali across East Africa.
Cloud migration and management
Seamlessly migrate to AWS, Azure, or Google Cloud with EGreed Technology and optimize for cost, performance, and resilience.
Cybersecurity solutions
Protect your business with audits, network security, encryption, compliance, and 24/7 incident response.
Infrastructure management
Design, deploy, and manage robust IT infrastructure that scales.
IT strategy and planning
Align technology investments with business goals through roadmaps and digital transformation strategy.