06-13-2008, 02:28 PM
|
#7 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
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
|
|
|
|