Configure email

After successfully installing Leconfe, the next step is to configure the email settings to ensure the platform can send notifications and communications properly. Follow the steps below to configure the email:

1. Navigate to your Leconfe installation directory and find the .env file.

2. Open the .env file with a text editor of your choice. You’ll find a section for email configuration that looks like this:

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=465/587
MAIL_USERNAME=username@mail.om
MAIL_PASSWORD=yourpasswordmail
MAIL_ENCRYPTION=ssl/tls
MAIL_FROM_ADDRESS=”username@mail.om”
MAIL_FROM_NAME=’Leconfe’

3. Update the email settings based on your mail service provider

What are your feelings
Updated on 10/10/2024
Scroll to Top