|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
unable to send mail using php in iis
I've read the following thread... but being a newb w/ php, i'm not sure how to follow. my sympton is the same -> run script to send mail, but no mail is generated or sent.
http://forums.devshed.com/t171453/s.html&highlight=php+send+mail when I attempt to use the simple php send mail code, the page runs w/out any error reported on screen. i'm also not sure if i'm not getting any error/warning because php's setting is set not to displaying it? sys spec: PHP Version 4.3.10 CGI/FastCGI Windows 2k3 in php.ini, i have: SMTP=localhost smtp_port=25 (i don't have smtp_port written in the php.ini, but phpinfo is reporting this) sendmail_from=info@xxxx.com |
|
#2
|
|||
|
|||
|
You have to do something in your php configuration to identify the mail server and the mail program to use.
You can enable error messages on a per-page basis with php, refer to the php documentation. You might look in the php forum here.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > unable to send mail using php in iis |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|