3.6 #64
hobsRKM
announced in
Announcements
3.6
#64
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Application Release Notes
Version 3.6
New Features:
Appeals Management:
Reports Management:
###Run the below schema if your just upgrading!
Email Settings:
Email Settings Configuration
To ensure email notifications are sent correctly, please configure your SMTP settings as follows:
General SMTP Configuration
Edit the .env File:
.env
file in the root directory of your application.Replace
smtp.example.com
with your SMTP server,your_email@example.com
with your email address,your_email_password
with your email password, and "Your Application Name" with the name of your application.SendGrid Configuration (You can use any email provider! Sendgrid is used only for demonstration purpose)
If you prefer to use SendGrid for sending emails, follow these steps:
Create a SendGrid Account:
Generate an API Key:
Update the .env File:
.env
file in the root directory of your application.Replace
your_sendgrid_api_key
with the API key you generated, andyour_verified_sendgrid_email@example.com
with your verified SendGrid email address.Installation Docs: https://docs.cssbans.online
Upgrade Guide: https://docs.cssbans.online/how-to-update-panel-to-the-latest-version
This discussion was created from the release 3.6.
Beta Was this translation helpful? Give feedback.
All reactions