You will need to have SMTP ( way to send mail ) because the system will use it to send password reset email
You can setup the SMTP Configuration in Site Settings → SMTP
MAIL_MAILER=smtp
MAIL_HOST=smtp.resend.com
MAIL_PORT=587
MAIL_USERNAME=resend
MAIL_PASSWORD=YOUR_API_KEY
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="Your App Name"
This is probably the easiest way to obtain SMTP data. Create an email in your hosting and get note of the credentials. You will need them in the install process.
Then click on “Connect Device”. You will find all required info there
Here are some examples how it may look
MAIL_MAILER=sendmail
MAIL_ENCRYPTION=ssl
MAIL_PORT=465
MAIL_HOST=mail.restoqr.online
[email protected]
MAIL_PASSWORD=*****
[email protected]
MAIL_FROM_NAME="${APP_NAME}"