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.



How to connect SMTP server in php. I want to edit that in mantiss bug tracking tool. If anyone wor..

Answer / rrajeswari

ini_set("SMTP","Default gateway address");
ini_set("smtp_port","25");

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More PHP Interview Questions

What is happening in the following code $objA = new A(); // A is a class $objB = $objA;

3 Answers   NIIT,


What are php variables?

0 Answers  


What is array and function?

0 Answers  


How do functions work?

0 Answers  


How can I find my php version?

0 Answers  






What is the function of mysql_real_escape_string in php?

0 Answers  


Is php pass by reference or value?

0 Answers  


What is singleton class in php?

0 Answers  


What is the meaning of "enctype= multipart/form-data" ?

0 Answers  


Which programming language does php resemble?

0 Answers  


Explain about PHP filter and why it should be used?

0 Answers  


How to redirect https to http url and vice versa in .htaccess?

0 Answers  


Categories