Apart from mail() function to send emails,is there any other
functions in PHP to send emails?
Answer Posted / sathya
Except Mail() function you can use this mb_send_mail()
function, syntax is as follows
bool mb_send_mail ( string $to , string $subject , string
$message [, string $additional_headers= NULL [, string
$additional_parameter= NULL ]] )
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of count() function in php?
List the different types of print functions available in php?
How to create an array from php string?
Which character is used to match exactly one character?
What is the function file_get_contents() useful for?
Which is better wamp or xampp?
What is difference between web service and api?
What is the difference between $message and $$message in php?
How do I find environment variables?
What are the advantages of php?
What is laravel php?
How do you check if a variable has been set in php?
How to call php function from javascript using ajax?
What is the Default syntax used in PHP?
Is PHP an open source software?