|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
SMTP Config HELP
Firstly, hi all (newbie to php and forum)
I've written a form in html which gets passed through some php in order to email the form contents to an email account. The server I'm running php and apache on has a configured and working smtp email account on it. I've changed the SMTP settings in the php.ini to my outgoing ISP smtp address(account onthe server). Problem is when i submit the form the progress bar on the broswer gets to half way and stops there, no error msg just white webpage. Have i forgotten to configure something? Thanks #4$alpha |
|
#2
|
|||
|
|||
|
RE: SMTP Config HELP
There is probably some error message being reported, it is just not being displayed. Stick this in the top of your script to see all warnings and errors:
ini_set("error_reporting",E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_ALL); Also, what os are you running? |
|
#3
|
|||
|
|||
|
RE: SMTP Config HELP
Opps, I'm running my php and apache on Win2k Server.
I'll try the code as soon as i get in, thx |
|
#4
|
|||
|
|||
|
RE: SMTP Config HELP
The code didnt help. Still not send the form details via email
|
|
#5
|
|||
|
|||
|
RE: SMTP Config HELP
View the source of the webpage and see if there is an error message in there...
Check this out about win32 and using the mail function: http://php.weblogs.com/stories/storyReader$67 |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > SMTP Config HELP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|