diff --git a/.env.example b/.env.example index d0e7833..aedabe8 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ -SMTP_HOST= +SMTP_HOST=smtp.example.com SMTP_PORT=587 SMTP_SECURE=false -SMTP_USER= -SMTP_PASS= -SMTP_FROM= -CONTACT_RECIPIENT= +SMTP_USER=user@example.com +SMTP_PASS=your_password +SMTP_FROM="MB Grid Solutions " +CONTACT_RECIPIENT=info@mb-grid-solutions.com,admin@mb-grid-solutions.com