How do I configure to be able to send email w/debug? |
Site Admin
|
PHP debugger has no relation to mail servers and may not affect your script functionality, at least it may not affect its ability to work with mail servers.
You may want to check if script is correct at all. Probably when you run it under different web server, it works with different php and configuration is different so the results are different too. |
||||||||||||
_________________ The PHP IDE team |
|
[quote="dmitri"]PHP debugger has no relation to mail servers and may not affect your script functionality, at least it may not affect its ability to work with mail servers. /quote] Huh? So are you saying that a mail() call in a script can not send an email because it doesn't connect to a mail server? Is it possible to connect it to a mail server?
Thanks! |
||||||||||||
|
Veteran
|
What Dmitri is saying (and he is correct) is that the debugger will not cause your mail() function to fail. You can indeed send email when debugging.
The problem is likely due to the web server you are using, e.g. something in its settings. In other words, if you only experience the problem when debugging in SRV, then the problem has to do with SRV (and not DBG). A quick way to test this is to run the script (instead of debugging it) in SRV, and see if you still get the problem. That way you can eliminate DBG from the equation and hopefully find the source of the problem. For example, the problem might be the [mail function] directive in your php.ini. |
||||||||||||
_________________ |
|
|
||||||||||||||
|
How do I configure to be able to send email w/debug? |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by