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

Application mail password reset & email change #5

Closed
Mafiasource opened this issue Jul 18, 2021 · 1 comment
Closed

Application mail password reset & email change #5

Mafiasource opened this issue Jul 18, 2021 · 1 comment

Comments

@Mafiasource
Copy link
Owner

Mafiasource commented Jul 18, 2021

Won't work out of the box. Not sure if I should integrate this into the simplified installer or not.
Don't want to end up with too much fields either (Mailserver host, email address, password, optional port)
Could move email credentials to /../security.php and force a no-reply@ setting (fewer field)
This still urges user to create mail user straight away..

Making mailing work with same mailserver on installed webserver:
1) Create the user no-reply@yourdomain.ex, note your settings. (yourdomain.ex must match your website address)
2) In /src/Data/UserDAO.php match these settings on lines 295, 298 and optinally 300 (SMTP port)
Moved to app/config/config.php, settings are initialized for SMTP. No SMTP? Change email() function in UserDAO.php

Good practice might be to troubleshoot your no-reply@domainname.ex first without the application. Can you send (/receive)?

@Mafiasource
Copy link
Owner Author

Moved mail settings to app/config/config.php as well.

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

No branches or pull requests

1 participant