Email Setup Guide
Last updated
Last updated
This guide explains how to configure Amazon SES (Simple Email Service) as the email provider for your Nected deployment. Using Amazon SES, Nected can securely send notifications and emails through your AWS account.
Before configuring Amazon SES in Nected, ensure the following:
A deployed Nected instance. If not installed, refer to the .
An active AWS account. if you don’t already have one.
Amazon SES setup completed:
Enable SES in your AWS account.
Generate the IAM user’s access key and secret key.
💡 Amazon SES enforces sending limits and sandbox restrictions. Refer to Managing your Amazon SES sending limits and Moving out of the sandbox for details.
To enable Amazon SES in your Nected deployment, update the configuration values in your nected-values.yaml
Helm file (for Docker Deployment, the file will be nectedconfig/nalanda.env
) as described below:
Before configuring SMTP email settings, ensure the following:
Your self-hosted Nected instance is installed. Refer to the Cloud Deployment Guide if not yet set up.
You have an active account with an SMTP email service provider (e.g., Gmail, SendGrid, Outlook, etc.).
Your email/domain is verified with your chosen SMTP provider.
You can configure your email provider in Nected using the following steps in your Helm deployment:
Edit your Helm values file (nected-values.yaml
) (for Docker Deployment, the file will be nectedconfig/nalanda.env
) and add the following SMTP email configuration block:
To confirm that your Amazon SES configuration works correctly:
Trigger an email notification (e.g., password reset) from your Nected instance.
Verify receipt in the recipient inbox.
Check the spam/junk folder if the email doesn't appear in the primary inbox initially.
⚠️ Important:
If you encounter any issues:
Verify SES identity status (email/domain) in your AWS SES Console.
Check AWS SES sending quotas (sending rate, daily sending limit).
Review Kubernetes pod logs for Nected backend service (kubectl logs <nected-backend-pod>
).
Apply these updated values using Helm:
To avoid emails being flagged as spam, ensure your DNS settings include a valid for Amazon SES.
If you still have issues or require further assistance, please contact our support at .