Add link to BellaBuffs' Gitea repo mirror
This commit is contained in:
parent
5c61e08b5c
commit
411cf5c6c2
|
@ -6,7 +6,8 @@ eleventyNavigation:
|
|||
---
|
||||
|
||||
* [Demo](https://fan.leilukin.com/cassettebeasts){.link-btn}
|
||||
* [Source Code](https://github.com/helenclx/BellaBuffs-PHPMailer){.link-btn}
|
||||
* [Source Code (GitHub)](https://github.com/helenclx/BellaBuffs-PHPMailer){.link-btn}
|
||||
* [Source Code (Gitea)](https://git.32bit.cafe/Leilukin/BellaBuffs-PHPMailer){.link-btn}
|
||||
* [Download (GitHub)](https://github.com/helenclx/BellaBuffs-PHPMailer/releases/latest){.link-btn}
|
||||
{.link-btn--wrapper}
|
||||
|
||||
|
@ -18,7 +19,7 @@ This fork replaces the PHP `mail()` functions from BellaBuffs with PHPMailer, al
|
|||
|
||||
I created this BellaBuffs fork when I was building the [{% cite "Cassette Beasts" %} fanlisting](https://fan.leilukin.com/cassettebeasts) with BellaBuffs and hosting the fanlisting on [InfinityFree](https://www.infinityfree.com/). I learned that InfinityFree's free hosting plan [does not support PHP `mail()` function](https://forum.infinityfree.com/t/sending-email-from-your-website-php-mail/49242), so incorporating PHPMailer was the solution to allow the {% cite "Cassette Beasts" %} fanlisting to send emails.
|
||||
|
||||
More information about my BellaBuffs fork and instructions for how to use it can be found on [its GitHub repository](https://github.com/helenclx/BellaBuffs-PHPMailer).
|
||||
More information about my BellaBuffs fork and instructions for how to use it can be found on [its GitHub repository](https://github.com/helenclx/BellaBuffs-PHPMailer) and [its Gitea repository mirror](https://git.32bit.cafe/Leilukin/BellaBuffs-PHPMailer).
|
||||
|
||||
## Features
|
||||
* Integrate PHPMailer for the email sending features, should the fanlisting owner enables these features
|
||||
|
|
Loading…
Reference in New Issue