We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e86a64 commit f103720Copy full SHA for f103720
CHANGELOG.md
@@ -12,7 +12,7 @@
12
13
- Added a new Polyel Email Service which is a wrapper based around [PHPMailer](https://github.com/PHPMailer/PHPMailer)
14
and makes it easy to send reusable emails in a Polyel application. Email sending uses a Swoole coroutine, so the
15
- request is not affected by this blocking operation. (#36)
+ request is not affected by this blocking operation. A new `email.php` config file has been added to the skeleton. (#36)
16
17
- Because of the new addition of the email service, all the auth system TODOs for sending an email verification and
18
password reset have been implemented.
0 commit comments