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
Is php required for wordpress?
Why do we use namespace in php?
What are php data types?
How to terminate the execution of a script in PHP?
What does addslashes do in php?
What is the difference between get and post in php?
How is it possible to cast types in php?
How do I see how many pages per session in google analytics?
What is the difference between javascript and php?
How send email in php?
What is the difference between $message and $$message in php?
What is the difference between core php and php?
What are traits?
How can I prevent sql-injection in php?
What is the difference between explode() and split() functions?