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 is happening in the following code $objA = new A(); // A is a class $objB = $objA;
What are php variables?
What is array and function?
How do functions work?
How can I find my php version?
What is the function of mysql_real_escape_string in php?
Is php pass by reference or value?
What is singleton class in php?
What is the meaning of "enctype= multipart/form-data" ?
Which programming language does php resemble?
Explain about PHP filter and why it should be used?
How to redirect https to http url and vice versa in .htaccess?