Skip to content

Commit ccc3cbd

Browse files
author
secus217
authored
Fix MAILTRAP_SMTP_PORT value in .env.development
1 parent 410a305 commit ccc3cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DOMAIN_SUFFIX=your_domain_suffix
2323

2424
# Email Configuration - Mailtrap
2525
MAILTRAP_SMTP_HOST=your_host
26-
MAILTRAP_SMTP_PORT=587email
26+
MAILTRAP_SMTP_PORT=587
2727
MAILTRAP_USERNAME=your_mailtrap_username
2828
MAILTRAP_PASSWORD=your_mailtrap_password
2929
EMAIL_FROM=your_email

0 commit comments

Comments
 (0)