From 52b29f5a14290dfcae6c140316799a91492619b3 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sat, 3 Aug 2024 12:46:43 +0800 Subject: [PATCH] Add note about being tested on Hostinger PHP 8.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4f5f58..43287c1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This fork replaces the PHP `mail()` functions from BellaBuffs with PHPMailer, al The PHPMailer script that is incorporated in this fork is based on [InfinityFree](https://www.infinityfree.com/)'s [PHPMailer contact form script](https://github.com/InfinityFreeHosting/contactform). As InfinityFree's free hosting plan [does not support PHP `mail()` function](https://forum.infinityfree.com/t/sending-email-from-your-website-php-mail/49242), InfinityFree has provided their contact form script as an alternative. -This BellaBuffs fork has been tested with PHP 8.2 on InfinityFree's free hosting. +This BellaBuffs fork has been tested with PHP 8.2 on InfinityFree's free hosting and PHP 8.3 on Hostinger's Premium Shared Hosting. ## New Features * Integrate PHPMailer for the email sending features, should the fanlisting owner enables these features