I am having trouble sending mail with php
mail("email@gmail.com","Subject","helloworld");
I want to send potential contact information to an email address - however, it is not working..
I am using visual studio and vista - does that have anything to do with it?
Is there another way using php?