PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
Dale
Forum Contributor
Posts: 466 Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks
Post
by Dale » Mon Jul 12, 2004 10:25 pm
Hello Again!
Just wanted to ask how can I test to see if my server allows
mail() .
Thanks
fresh
Forum Contributor
Posts: 259 Joined: Mon Jun 14, 2004 10:39 am
Location: Amerika
Post
by fresh » Mon Jul 12, 2004 10:29 pm
either ask them directly or perform some trial and error... gd lk
Dale
Forum Contributor
Posts: 466 Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks
Post
by Dale » Mon Jul 12, 2004 10:39 pm
I was looking for like a few lines of code which when accessed send an email from your server using the mail() command to a certain email address.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Tue Jul 13, 2004 12:25 am
try looking at the manual for a few lines that could test it: [php_man]mail[/php_man]