OK I'm just trying to send a simple email with PHP and it's not working. Here's my code (minus details):
mail("my@email.com", "subject", "Message");
I'm pretty sure that's right, but it's just not working. Any insight?
lawny
Apr 15 2009, 09:41 PM
QUOTE(Axle12693 @ Apr 15 2009, 09:37 PM)
OK I'm just trying to send a simple email with PHP and it's not working. Here's my code (minus details):
mail("my@email.com", "subject", "Message");
I'm pretty sure that's right, but it's just not working. Any insight?
yes because it's disabled you need to contact the admin and pay $10 or something to get it enabled
Axle12693
Apr 15 2009, 09:45 PM
great... well, instead of that, I tried writing to a file for me to check later, and it won't let me do that, either. I used the function file_put_contents(). Is that disabled, too?
lawny
Apr 15 2009, 09:48 PM
QUOTE(Axle12693 @ Apr 15 2009, 09:45 PM)
great... well, instead of that, I tried writing to a file for me to check later, and it won't let me do that, either. I used the function file_put_contents(). Is that disabled, too?
not sure have you set file permissions in ftp ?
Axle12693
Apr 15 2009, 09:53 PM
eh... ok, silly question. Is that the same as setting the permissions using the file manager? If it is, then I have tried, and it won't let me. If it's not, I don't know how.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.