Thread: mail problem
View Single Post
Old 06-13-2008, 02:28 PM   #7 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

You could also set your smtp server in the "ini_set" function, here:

PHP Code:

<?php

ini_set
('SMTP''(YOUR SMTP SERVER NAME HERE'); // Change this to your smtp server name
ini_set('smtp_port''80'); // Default port

?>
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote