From b14563b37695876d412e1325ebe8252f60efe828 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:48:55 +0800 Subject: [PATCH] Add credits to Read Me --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db006b0..ebb0fe1 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,8 @@ 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 is tested with PHP 8.2 on InfinityFree's free hosting. \ No newline at end of file +This BellaBuffs fork is tested with PHP 8.2 on InfinityFree's free hosting. + +## Credits +* [Jem Turner](https://www.jemjabella.co.uk/) - The original author of [BellaBuffs](https://www.jemjabella.co.uk/scripts/bellabuffs/). [View Jem's original Read Me](https://github.com/helenclx/BellaBuffs-PHPMailer/blob/master/README_original.txt). +* [InfinityFree](https://www.infinityfree.com/) for their [PHPMailer contact form script](https://github.com/PHPMailer/PHPMailer). \ No newline at end of file