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 |
What are the different loops in php?
How to find a substring from a given string in php?
Is json a string php?
What are php variables?
What is new static in php?
Specify pre-defined classes in php ?
How can we optimize or increase the speed of a mysql select query?
Where can I find php ini file?
Is there an easy way to delete an element from a php array?
How many php functions are there?
What is prepare in php?
What is the use of explode() function?