File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Try the form live here: https://dev.raspgot.fr/github/contact-form-php
13
13
14
14
## Features
15
15
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 ) )
17
17
- ** Bootstrap 5**
18
18
- ** Ajax submission** – Seamless asynchronous form handling.
19
19
- ** Google reCAPTCHA v3** – Protect your form from spam.
@@ -36,9 +36,9 @@ Alternatively, you can use [Laragon](https://laragon.org) / [XAMMP](https://www.
36
36
37
37
Before using the form, configure your SMTP and Google reCAPTCHA settings.
38
38
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 ) .
42
42
43
43
``` php
44
44
const SMTP_HOST = ''; # SMTP server address
You can’t perform that action at this time.
0 commit comments