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
Are php session secure?
What is string function sql?
How do I stop php artisan serve in windows?
How long is a php session valid?
Where is the functions php in wordpress?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
How to know user has read the email-php?
What is the Pipe Symbol represented?
What is constructors and destructors?
What are the advantages of php mysql?
Where is the submitted form data stored?
Will php die?
Is php developer in demand?
What is the use of mvc in php?
How do I sort numbers in php?