Closed xEdziu closed 3 months ago
I've set up and completed configuration and mail sending with PHPMailer and the template for account activation mail.
PHPMailer
composer install
$email
TestMail.php
.env
php -S 0.0.0.0:8000
http://localhost:8000/activate/testToken
Yes, it will be 404 page, but that's intended
Description
I've set up and completed configuration and mail sending with
PHPMailer
and the template for account activation mail.How to test out?
composer install
in the root of the project.$email
variable inTestMail.php
file to your own email.env
variablesphp -S 0.0.0.0:8000
TestMail.php
filehttp://localhost:8000/activate/testToken
Yes, it will be 404 page, but that's intended