|
» W3Exchange http://www.w3exchange.com/index.html » PHP http://www.w3exchange.com/view_forum-id-36.html » Using mail() function in an intranet http://www.w3exchange.com/view_topic-id-43.html |
| stufow - 2006-08-14 04:43:03 |
Hi Code::<?php # Mail $mailaddress = 'stuart'; $subject = 'test'; $msg = 'This is a test'; mail($mailaddress,$subject,$msg); echo'<p>Mail Sent</p>'; ?> It just complains about the SMTP : |
» Print this topic |