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
What is php ci?
What is static method php?
What is boolean in php?
Tell me what is the main difference between php 4 and php 5?
How cookies are transported from browsers to servers?
What is session expiry?
Is php used in 2019?
what does this symbol mean in php?
What type of headers that PHP supports?
Which operator is used to concatenate two strings in PHP?
How to make horizonatl menu and vertical menu responsive
Explain php split() function.
What is the use of anonymous function in php?
What is binary safe string?
What is the use of isset() in php?