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
When to use single quotes, double quotes, and backticks?
What is a string in r?
What is the use session in php?
Why session is required?
Tell me what is the use of explode() function?
What does the array operator '===' means?
What are the advantages of stored procedures?
Explain the difference between mysql_connect and mysql_pconnect?
What are php magic quotes?
what are interfaces and Abstart classes
What is cookie and why do we use it?
What is the difference between print() and echo() in PHP?
What is php and features of php?
What is the delimiter default in PHP?
Which php framework is best for security?