Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added email confirmation to the DBAuthMiddleware using phpmailer. #1006

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

aleppax
Copy link

@aleppax aleppax 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.
@aleppax
Copy link
Author

aleppax 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

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.

None yet

1 participant