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

Send e-mail validation #128

Open
Dydouch opened this issue Oct 28, 2022 · 1 comment
Open

Send e-mail validation #128

Dydouch opened this issue Oct 28, 2022 · 1 comment

Comments

@Dydouch
Copy link

Dydouch commented Oct 28, 2022

Hello,
There is a bug in "xataface/actions/register.php" line: 466
PHP Warning: mail() expects parameter 3 to be a string, array given in xataface/actions/register.php on line 464
The error is due to the fact that $info["message"] is an array

@itmuecke
Copy link

Maybe this is not an error within xataface. I had a problme like this a while ago.
It came out that the settings for the apache webserver on my machine had no ServerAdmin set.
The email address has to be set to get email sending to work in xataface.

So you can edit your website config for apache and add this:
ServerAdmin enter-yout-mail-address-here@invalid.nix

You can find more details here:
apache.org - ServerAdmin

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