This is really strange and this is my first time using mail() so maybe it is a simple problem, but I am utterly confused.
I have this mail() function:
mail($row[3], "My Subject", "Content", "FROM: me@myemail.com");
This seems correct to me. The strange part is that this code worked once and now it does not. Can anyone help me out on this?
Thanks in advance.