shannah/xataface

Send e-mail validation

Dydouch opened this issue · 1 comments

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

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