Apart from mail() function to send emails,is there any other
functions in PHP to send emails?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / pankaj patil
using html tag <mailto> you can send a mail.
| Is This Answer Correct ? | 10 Yes | 23 No |
What does mvc stand for and what does each component do?
How come the code works, but doesn’t for two-dimensional array of mine?
What are the two most common ways to start and finish a php block of code?
describe arguments in header in php?
Explain PHP?
What are string functions?
What is sticky form in php?
Tips to optimize the php script..... Suggestion for exception handling in php...
Tell me what should we do to be able to export data into an excel file?
Tell me what is the use of "ksort" in php?
what is difference between edit and update?
What is the $_ server php_self variable?