Is your php working? what does phpinfo say? is that file an html or php file?
Hi mates,
well i buyed a dedicated server a few days back which has windows server 2003 enterprise edition installed on it. I access it by remote desktop. I need some help figuring out the SMTP and sendmail things. I have installed WAMP5 on my server. and i installed PostCast Professional Server (smtp) which is working fine and port 25 is also not blocked and working, i checked by telnet. In my php.ini file ... at the smtp settings place i have write my ip instead of localhost ....... I have also installed argosmail server on my server. To test my Smtp server i am running a PHP mailer script ... check out this picture how it appears on my server :
Now the same script uploaded on other host :
Please i want to fix it all to make my server working perfect and SMTP and sendmail also...!
Any help in this regard would be great !
To Catch Me, U Gotta Be Fast, To Find me, U Gotta Be Smart, But to be me !!! ... Dammnn...U Must be Kidding...!
Is your php working? what does phpinfo say? is that file an html or php file?
-W
Yes boss, i think the php is working fine, here are some details i found related to smtp and sendmail in phpinfo()
sendmail_from you@yourdomain you@yourdomain
sendmail_path no value no value
serialize_precision 100 100
short_open_tag Off Off
SMTP localhost localhost
smtp_port 25 25
PHP Version 5.2.0
To Catch Me, U Gotta Be Fast, To Find me, U Gotta Be Smart, But to be me !!! ... Dammnn...U Must be Kidding...!
See, the problem is not with sendmail at this point.
It should not output the php code in that form, but the $subject var.
Is that file a .php file or .html file or what
try replacing <? print $subject; ?> with <?php print $subject; ?> in that file's source
see if it still displays the code or the box is empty
-W
To Catch Me, U Gotta Be Fast, To Find me, U Gotta Be Smart, But to be me !!! ... Dammnn...U Must be Kidding...!
Bookmarks