Skip to content

Commit 410a305

Browse files
author
secus217
authored
Fix Mailtrap configuration in .env.example
Corrected MAILTRAP_USERNAME and EMAIL_FROM values.
1 parent 42657cf commit 410a305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DOMAIN_SUFFIX=your_domain_suffix
2323
# Email Configuration - Mailtrap Live SMTP
2424
MAILTRAP_SMTP_HOST=your_host
2525
MAILTRAP_SMTP_PORT=587
26-
MAILTRAP_USERNAME=your_mailtrap_usernamehost
26+
MAILTRAP_USERNAME=your_mailtrap_username
2727
MAILTRAP_PASSWORD=your_mailtrap_password
2828
EMAIL_FROM=noreply@yourdomain.comapp
2929
EMAIL_FROM_NAME=your_app

0 commit comments

Comments
 (0)