VViper
12-21-2002, 01:46 AM
:bored: I have set up Apache and PHP and Vbulletin.
I have edited the php.ini to reflect my ISP, as i dont have a mail server.
[mail function]
; For Win32 only.
SMTP = mail-hub
; For Win32 only.
sendmail_from = webmaster@myforum.com
I then went to Forum/Extras/mailtest.php and sent a mail to myself, but it doesnt work. I aslo made a test script to check th e intergration.
<?php
echo "<html><body>";
mail (VViper@yahoo.com.au", "Subject", "Hello!");
echo "Sending mail...";
echo "</body></html>";
?>
That works so PHP mail is working but from the actuall VB it doesnt work. Has anyone got any ideas.
I have edited the php.ini to reflect my ISP, as i dont have a mail server.
[mail function]
; For Win32 only.
SMTP = mail-hub
; For Win32 only.
sendmail_from = webmaster@myforum.com
I then went to Forum/Extras/mailtest.php and sent a mail to myself, but it doesnt work. I aslo made a test script to check th e intergration.
<?php
echo "<html><body>";
mail (VViper@yahoo.com.au", "Subject", "Hello!");
echo "Sending mail...";
echo "</body></html>";
?>
That works so PHP mail is working but from the actuall VB it doesnt work. Has anyone got any ideas.