Thread: Mail function..
View Single Post
Old 05-05-2008, 03:26 PM   #5 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
PHP Code:

<?php

ini_set
("SMTP""THE_SMTP_SERVER_HERE"); // usually an ip with a connection to it
ini_set("smtp_port",80); // set the port

?>
How do I know the smtp server? ;<
__________________
Tanax is offline  
Reply With Quote