Skip to content

added email confirmation to the DBAuthMiddleware using phpmailer.#1006

Closed
ghost wants to merge 4 commits intomainfrom
unknown repository
Closed

added email confirmation to the DBAuthMiddleware using phpmailer.#1006
ghost wants to merge 4 commits intomainfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Dec 14, 2023

added documentation.
some new configuration settings are required and I've grouped those related to the SMTP settings into an array. see the documentation. First version, may have errors. Tested only with my installation.

added documentation.
some new configuration settings are required and I've grouped
those related to the SMTP settings into an array. see the documentation.
First version, may have errors. Tested only with my installation.
@ghost
Copy link
Copy Markdown
Author

ghost commented Dec 15, 2023

I'm not satisfied with the

require 'vendor/phpmailer/phpmailer/src/Exception.php';
require 'vendor/phpmailer/phpmailer/src/PHPMailer.php';
require 'vendor/phpmailer/phpmailer/src/SMTP.php';

because if the script api.php or the files are in a different path the server returns a 500 error

@ghost ghost closed this by deleting the head repository Mar 28, 2026
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants