Setup Email Configuration
In this section, we will guide you through the process of setting up email configuration for your application. This setup is crucial for enabling features such as anniversary notifications.
Follow these steps to configure your email settings:
1. Navigate to the Email Settings page of your projects.

2. Fill in the required fields:
- SMTP Server: The SMTP server address for your email provider.
Example:
smtp.example.com
- Port: The port number used for SMTP communication (usually 587 for TLS or 465 for SSL).
Example:
465
- username: Your email account username. Example:
test@example.com
- password: The password for your email account.
Example:
password123
3. Save your settings.
Now your email configuration is set up, and you can start sending emails from your application. Make sure to test the configuration by sending a test email to ensure everything is working correctly.
Last updated on