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 kind of variable is age?
how retrive the video file in php using video tag
How is it possible to remove escape characters from a string?
What is difference between session and cookie in PHP?
Why triggers are used in mysql?
Is php used for frontend or backend?
How to get the ip address of the client?
Which is better php or nodejs?
is that "enumerated array" equal to "numeric array"?
How To Get the Uploaded File Information in the Receiving Script?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
What is $_ get?