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 me difference between mysql_connect and mysql_pconnect?
How we can get the number of elements in an array?
Why does sql injection happen?
Does php 5 support exceptions?
How to take a substring from a given string in php?
What is the difference between explode () and split () functions in php?
What is a php 5?
What is mysql_fetch_array?
What is a null coalescing operator in php7?
What are different types of runtime errors in php?
How many records can be stored in mysql table?
Why session timeout is important?
What is csrf token in php?
What is strcmp () in php?
What is mysql_fetch_row?