Apart from mail() function to send emails,is there any other
functions in PHP to send emails?
Answer Posted / m sujata
except mail() function you can use imap_mail() function .
Syntax is as follows :
bool imap_mail ( string $to , string $subject , string
$message [, string $additional_headers= NULL [, string $cc=
NULL [, string $bcc= NULL [, string $rpath= NULL ]]]] )
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
How to get the length of string?
What are the difference between overloading and overriding in oops?
Do while loops php?
What is the phpstorm?
How many escape sequences are recognized in double-quoted strings in php?
How to get best php developer Experience in Php with Sugar CRM / VTiger.
What is php beginner?
How can we create a database using php?
How does the identity operator ===compare two values in PHP?
Why is node js better than php?
Explain include(), include_once, require() and require_once?
What is the difference between php and cakephp?
How to get the value of current session id?
Explain me what are the 3 scope levels available in php and how would you define them?
What is final in php?