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 $$ in php?
What would occur if a fatal error was thrown in your php program?
Is python better than php?
Is it easy to learn wordpress?
How can we display information of a variable and readable by human with php?
What is mean tnq
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is symfony php?
What is difference between array_merge and array_combine?
How to check a variable is an array or not in php?
Explain about objects in PHP?
Is php 7.0 stable?
How to remove a file?
What is move_uploaded_file in php?
How to convert a string to uppercase in php?