How to connect SMTP server in php. I want to edit that in
mantiss bug tracking tool. If anyone worked on mantiss
software or in php, please give answer . I need to modify
that in mantiss software.
Answer / rrajeswari
ini_set("SMTP","Default gateway address");
ini_set("smtp_port","25");
| Is This Answer Correct ? | 7 Yes | 0 No |
Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?
1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?
how we can crop an image and how we can display it..
Explain the syntax for ‘foreach’ loop with example.
How do you compare strings in java?
What does $globals mean?
How to remove the new line character from the end of a text line in php?
What new features php7 has in store for us?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What is different between software and app
How to check your php installation?
How to create an empty array in php?