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 Posted / rrajeswari
ini_set("SMTP","Default gateway address");
ini_set("smtp_port","25");
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain Type juggling?
Is false empty php?
Can I use php in html?
What is the use of imagetypes() method?
What is cookie and session in php?
Explain the difference between array_merge() and array_combine()?
Are php sessions cookies?
What is the functionality of the functions strstr() and stristr()?
How does api connect to database?
Tell me how to execute an sql query? How to fetch its result?
What is in php 7?
What are php keywords?
Which function is used in php to check the data type of any variable?
What are the environmental variables?
Explain me what is sql injection?