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
Tell me what is needed to be able to use image function?
What are the different opening and closing tags available in PHP?
Where to put php files in apache server?
How do you check if a variable has been set in php?
What is difference between sql and php?
Write a program to upload a file in php?
What is session_start () in php?
Does php need a closing tag?
What is a php tag?
What is form action php?
How to get the IP address of the client/user in PHP?
What is the function of trim?
Which will start a session?
What is the use of imagetypes() method?
Which software is best for php?