false, // Set to true when you have SMTP configured 'host' => 'smtp.example.com', // Your SMTP server 'port' => 587, // Common ports: 587 (TLS), 465 (SSL), 25 (unsecured) 'username' => 'your-email@example.com', // SMTP username 'password' => 'your-password', // SMTP password 'from_email' => 'email@example.com', 'from_name' => 'Stopp Lidelsen Kontaktskjema', 'to_email' => 'email@example.com', 'to_name' => 'Stopp Lidelsen', // Petition-specific overrides (optional) // If not set, the default values above will be used 'petition' => [ // 'from_email' => 'underskrifter@example.com', // 'from_name' => 'Underskriftskampanje', ], ];