-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
18 lines (14 loc) · 631 Bytes
/
Copy path.env
File metadata and controls
18 lines (14 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Email Configuration
# Please input your email credentials below. These environment variables are used by the application
# to authenticate with the email server for sending emails.
# Example:
# Replace the placeholders with your actual email credentials.
# For Gmail:
export EMAIL_HOST_USER=your_email@gmail.com
export EMAIL_HOST_PASSWORD=your_email_password
# For Outlook/Office 365:
# export EMAIL_HOST_USER=your_email@outlook.com
# export EMAIL_HOST_PASSWORD=your_email_password
# For other email providers, check their documentation on how to obtain SMTP credentials.
export EMAIL_HOST_USER=
export EMAIL_HOST_PASSWORD=