|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
MAIL() function problem
Sorry to post this anonymously but I'm too lazy to signup now... too late.
I have an huge script system writen but now under some testing I have noticed that mail() function doesn't work correctly everytime. After a person signups there it should send an email to confirm this. Well the mail function send the email some times and some times it doesn't. What could be wrong there? Some server settings screwed or what? Please help me =) |
|
#2
|
|||
|
|||
|
RE: MAIL() function problem
<?
If ($OS == "Win32") { Print "There may be some 'SMTP' installation problems."; } ElseIf ($OS == "Linux") { Print "There may be some 'sendmail' installation problems"; } Else { Print "Your server hardware may be not enough to handle all processes..."; } ?> |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > MAIL() function problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|