A quick question here. Is there anything that I need to know when using the mail() function with a Windows server vs. a Unix server?
I'm using the following code at its most basic form:
mail("$email", "Test", "Test"
;
and it doesn't work on the Windows server, though it does work on my Unix one. (Tried it with the actual email address, too.) I figured maybe I'm missing something basic. The other PHP codes work fine on the Windows server, so I'm really stumped here.
Any ideas?
Thanks,
Susan
I'm using the following code at its most basic form:
mail("$email", "Test", "Test"
and it doesn't work on the Windows server, though it does work on my Unix one. (Tried it with the actual email address, too.) I figured maybe I'm missing something basic. The other PHP codes work fine on the Windows server, so I'm really stumped here.
Any ideas?
Thanks,
Susan