running: The AppServ Open Project - 2.4.3 for Windows
XP Pro. SP2
all other scripts run fine. no problem.
localhost sits at: C:\www\www
mail server installed at: C:\www\www\mail\mailserver.exe
ive searched and read the few threads here about ArGoSoft Mail Server. and i still cant get MINE to work right.
Code:----------php.ini---------- [mail function] ; For Win32 only. SMTP = localhost ; For Win32 only. sendmail_from = jamjammo@yahoo.com
went to php.net and looked for the mail() function, came up with this.
the resulting page is blank, and no mail is sent to me at my gmail account.Code:----------mail.php---------- <?php // The message $message = "Line 1\nLine 2\nLine 3"; // In case any of our lines are larger than 70 characters, we should use wordwrap() $message = wordwrap($message, 70); // Send mail('jamjammo@gmail.com', 'My Subject', $message); ?>
ive gone into the Options of the Mail Server as it shows in my taskbar.
i have ONLY changed this:
DNS Server = xxx.xxx.0.1
(i pressed the CHECK button for auto-detect)
NOTHING else has been altered in my installation.
soo ...what am i doing wrong?
why cant i get this to work?
am working on a php site offline and testing all features of it. but cant complete my deadline cause of the contact page.



what am i doing wrong?

Bookmarks