Hi all
recently i installed php 4.3 on my windoze dev server
Now for some reason simple code like this
mail("gary@wanderlust.plus.com", "Testing PHP", "PHP is functional");
doesn't work - been racking my brains on why
It was fine b4 i upgraded
And yet if i install something like phpbb and do a mass email its fine (but phpbb is not using the raw mail function)
Any help gratefully received
GM