diff --git a/src/projects/code/bellabuffs-phpmailer.md b/src/projects/code/bellabuffs-phpmailer.md index 72274d6f..18dba385 100644 --- a/src/projects/code/bellabuffs-phpmailer.md +++ b/src/projects/code/bellabuffs-phpmailer.md @@ -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