The Mail Service provides email sending capabilities across your organization’s applications, allowing users to send emails through a unified API. The service supports various email templates for different use cases such as login OTP, password reset, account creation, user invitations, and suspicious activity alerts.
The Mail Service is built on a Node.js backend with MongoDB for data persistence. It leverages configurable SMTP settings to send emails through various providers. The service integrates with other components such as:
IAM Service - Handles user authentication and authorization