How to send mail from php
How to send mail from php
How to send mail from php
Welcome to php programming tutorial. This tutorial use for sent mail from php to the other. It's use the mail function that must have the recipient email, subject and the message body.
You can change the value of $to to another email address what you want to test send email. The subject of this mail set to "Hi PHP!". It's great to start from the begin.
Follow this instruction It's step by step.
Sample Code
File name: sendmail.php
$to = "nobody@example.com";
$subject = "Hi PHP!";
$body = "Hi,nnI want to learn about PHP programming.";
if (mail($to, $subject, $body)) {
echo("
Email successfully sent!
");
} else {
echo("
Email delivery failed!!!
");
}
?>
Next, If you create file name sendmail.php and put the code in it, then save file on the www area of apache web server or another. I just test it from linux so I put it into /var/www/sendmail.php.
Next, Try to call this file from the web browser like http:///sendmail.php. You will see the message that can send or not. If it can send it will show message like "Email successfully sent!". If not it will show the message "Email delivery failed".
Then check email in your inbox that in the $to.
Now, You can use this function to sent mail from your application. That will work file.
You can see another of php send mail. I'll update the advance code later.
Let try and enjoy it.
Another article and tutorial on apache, php and mysql are available at ApachePHPMySQL.com
Check Out An Email Psychic Reading Through Keen.com Searching For The Right Email Psychic Readings For You What Should You Know About Address Email Reverse Research Today? How to Cut Down the Junk Mail You Receive Verify Bulk Email Lists Bluehost Wordpress Email Free Email Clients, Undoubtedly Safe and Secure Look up Email Addresses; Reverse Email Search Avoid These 3 Things When Emailing Your List Find Email Address Of A Person Or Company Free Email Address Search And Benefits You Can Get From It Easy Ways To Find A Email Address Free Reverse Email Directory And What You Can Get From It
www.yloan.com
guest:
register
|
login
|
search
IP(216.73.216.125) California / Anaheim
Processed in 0.017276 second(s), 7 queries
,
Gzip enabled
, discuz 5.5 through PHP 8.3.9 ,
debug code: 51 , 1716, 229,