From 466a7fe01d21c429b4066299b35ef2ed06ed2dde Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:13:22 +0800 Subject: [PATCH] Add new README --- README.md | 9 +++++++++ README.txt => README_original.txt | 0 2 files changed, 9 insertions(+) create mode 100644 README.md rename README.txt => README_original.txt (100%) diff --git a/README.md b/README.md new file mode 100644 index 0000000..db006b0 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# BellaBuffs with PHPMailer Support + +This is a fork of the fanlisting PHP script [BullaBuffs](https://github.com/jemjabella/BellaBuffs) with [PHPMailer](https://github.com/PHPMailer/PHPMailer) support added. + +This fork replaces the PHP `mail()` functions from BellaBuffs with PHPMailer, allowing a fanlisting to send emails even if the hosting server does not support PHP `mail()` functions. + +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 is tested with PHP 8.2 on InfinityFree's free hosting. \ No newline at end of file diff --git a/README.txt b/README_original.txt similarity index 100% rename from README.txt rename to README_original.txt