BellaBuffs-PHPMailer/README.md

19 lines
1.9 KiB
Markdown
Raw Normal View History

2024-06-26 10:13:22 +00:00
# BellaBuffs with PHPMailer Support
2024-06-26 15:31:24 +00:00
This is a fork of the fanlisting PHP script [BullaBuffs](https://github.com/jemjabella/BellaBuffs), with [PHPMailer](https://github.com/PHPMailer/PHPMailer) powering the email sending features.
2024-06-26 10:13:22 +00:00
2024-06-26 15:31:24 +00:00
This fork replaces the PHP `mail()` functions from BellaBuffs with PHPMailer, allowing a fanlisting to send out emails, provided the fanlisting owner chooses to enable them, even if the hosting server does not support the PHP `mail()` function.
2024-06-26 10:13:22 +00:00
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.
2024-06-26 10:48:55 +00:00
This BellaBuffs fork is tested with PHP 8.2 on InfinityFree's free hosting.
2024-06-26 15:31:24 +00:00
## Permissions
You are free to use this BellaBuffs fork and customise it as much as you like. You may credit me for this fork specifically, but it is not required.
However, regardless if you choose to credit me for this fork or not, per the original author Jem Turner's Read Me, you must link back to Jem Turner at https://www.jemjabella.co.uk/. By using BellaBuffs, you also agree not to sell copies of the script, or services relating to the script (i.e. installation, customisation, etc) without written permission of Jem Turner. You can read [Jem Turner's original Read Me file here](https://github.com/helenclx/BellaBuffs-PHPMailer/blob/master/README_original.txt).
2024-06-26 10:48:55 +00:00
## Credits
2024-06-26 15:31:24 +00:00
* [Jem Turner](https://www.jemjabella.co.uk/) - The original author of [BellaBuffs](https://www.jemjabella.co.uk/scripts/bellabuffs/).
2024-06-26 10:48:55 +00:00
* [InfinityFree](https://www.infinityfree.com/) for their [PHPMailer contact form script](https://github.com/PHPMailer/PHPMailer).