I\'m writing a fairly simple register php script that uses PHP\'s built in mail() function to email the user an activation link.
mail()
The problem is that I c
A trivial error which I suffered from, was simply a lack of 'sendmail' in my system. Eventually, I have installed exim4 and configured it - and then php's mail(...) worked fine.
See also: