Skip to content

Commit 6af9371

Browse files
author
Gauthier Witkowski
committed
2 parents f1e0e8b + 4eca29b commit 6af9371

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Try the form live here: https://dev.raspgot.fr/github/contact-form-php
1313

1414
## Features
1515

16-
- **PHP 8.4.4** ([See supported versions](https://www.php.net/supported-versions.php))
16+
- **PHP 8.4** ([See supported versions](https://www.php.net/supported-versions.php))
1717
- **Bootstrap 5**
1818
- **Ajax submission** – Seamless asynchronous form handling.
1919
- **Google reCAPTCHA v3** – Protect your form from spam.
@@ -36,9 +36,9 @@ Alternatively, you can use [Laragon](https://laragon.org) / [XAMMP](https://www.
3636

3737
Before using the form, configure your SMTP and Google reCAPTCHA settings.
3838

39-
**SMTP Sender**: Configure your SMTP settings (e.g., via [Infomaniak](https://www.infomaniak.com/fr/hebergement/web-et-mail/hebergement-mail)).
40-
**Google reCAPTCHA v3**: Obtain your keys from [Google reCAPTCHA](https://www.google.com/recaptcha/intro/v3.html).
41-
**PHPMailer Configuration**: See more options in the [PHPMailer examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples).
39+
- **SMTP Sender**: Configure your SMTP settings (e.g., via [Infomaniak](https://www.infomaniak.com/fr/hebergement/web-et-mail/hebergement-mail)).
40+
- **Google reCAPTCHA v3**: Obtain your keys from [Google reCAPTCHA](https://www.google.com/recaptcha/intro/v3.html).
41+
- **PHPMailer Configuration**: See more options in the [PHPMailer examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples).
4242

4343
```php
4444
const SMTP_HOST = ''; # SMTP server address

0 commit comments

Comments
 (0)