Has anyone been able to successfully send a text message using php and the mail function?
It works fine if I open up thunderbird and send a message to [EMAIL PROTECTED] but if I use the mail function: mail("[EMAIL PROTECTED]", "test", "test"); It doesn't work. I've tried several different approaches so was curious if others have used it successfully. Thanks!