Emails
Email Setup Documentation
We use Resend service to handle emails. For more information about integration, please consult their documentation.
Email Configuration
In the config.ts
file, set up your email addresses as follows:
Copy
Environment Variables
Set up the following environment variables for your Resend account:
Important Notes
Admin Email: The
admin_email
in the config file is used for signing into your admin dashboard and receiving contact emails. You can use the same email as theofficial_email
if desired. When starting out, using your main email account (e.g., Gmail) is acceptable to avoid creating a new professional email for each new directory project.
Last updated