PDA

View Full Version : PHP Mail Function


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.

Admin
12-21-2002, 03:43 AM
VViper, to download hacks and get support you will need to go to this (http://www.vbulletin.com/members/forums.php) page and enter your email address, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you.