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

'Ask for Tokens' triggers multiple mails onto moderating list #35

Open
PhictionalOne opened this issue Jul 31, 2021 · 1 comment
Open

Comments

@PhictionalOne
Copy link
Member

Pretty much the issue. at max 8 same mails. Should not happen thought.

Maybe investigate email sources.

@caeze
Copy link
Collaborator

caeze commented Aug 3, 2021

In https://github.com/fsi-tue/ppi/blob/main/core/system_classes/UserSystem.php the function askTokens($message) is defined that is run on this action. Within this, $this->email->send() is called, but only once. In that, PHP mail() is called (also only once). There are no error messages in the DB indicating that mail sending failed at some point since April. So I assume, the issue lies in mail sending on this server in conjunction with PHP. No idea what to do about this then. Mail sending on the server seems buggy as we had issue #16, which also was suspected due to mail sending behaving strangely.

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

2 participants