# SMTP-Konfiguration für E-Mail-Versand # Diese Datei sollte in .env umbenannt werden und nicht in Git committet werden # SMTP-Server (z.B. Gmail, GMX, etc.) SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_USER=j.dichmann@gmx.de SMTP_PASS=your_email_password_here # Alternative für GMX: # SMTP_HOST=mail.gmx.net # SMTP_PORT=587 # Alternative für andere Provider: # SMTP_HOST=smtp.your-provider.com # SMTP_PORT=587