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



Apart from mail() function to send emails,is there any other functions in PHP to send emails?..

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

Apart from mail() function to send emails,is there any other functions in PHP to send emails?..

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

Apart from mail() function to send emails,is there any other functions in PHP to send emails?..

Answer / aditi

Not a function but PHPMailer can be used..

Is This Answer Correct ?    1 Yes 0 No

Apart from mail() function to send emails,is there any other functions in PHP to send emails?..

Answer / pankaj patil

using html tag <mailto> you can send a mail.

Is This Answer Correct ?    10 Yes 23 No

Post New Answer

More PHP Interview Questions

How do I run a php script in windows?

0 Answers  


what is variable scope, which variables are accessible from where and what are "undefined variable" errors?

0 Answers  


What is the difference between $argv and $argc? Give example?

0 Answers  


What is $row in php?

0 Answers  


What are the advantages of triggers in php?

0 Answers  






Where is the functions php in wordpress?

0 Answers  


which function used to get the file name in php?

5 Answers  


Write a statement to show the joining of multiple comparisons in php?

0 Answers  


Explain the difference b/w static and dynamic websites?

0 Answers  


What is php's mysqli extension?

0 Answers  


What are differences between PECL and PEAR?

0 Answers  


Version of php, apache ,mysql

1 Answers  


Categories