Loading formats...
Send Email via PHP - Urdu / Hindi
E
Elim Ka Adda
2 views • Dec 15, 2013
Description
$from = "from@example.com";
$to = "to@example.com";
$sub = "This is my subject.";
$msg = "The simplest way to send an email with PHP is to send a text email.";
$headers = 'From: '.$from."\r\n".
'Reply-To: '.$from."\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $sub, $msg, $headers);
if(mail){
echo "Email Sent to ".$to;
}
else {
Echo "Error";
}
$to = "to@example.com";
$sub = "This is my subject.";
$msg = "The simplest way to send an email with PHP is to send a text email.";
$headers = 'From: '.$from."\r\n".
'Reply-To: '.$from."\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $sub, $msg, $headers);
if(mail){
echo "Email Sent to ".$to;
}
else {
Echo "Error";
}
Discover more
More from this user
08:28
Get Client IP and Show his position at Google Maps API - Urdu / Hindi
Elim Ka Adda
06:57
How to use Google Map API - Urdu / Hindi
Elim Ka Adda
08:19
Send Email via PHP - Urdu / Hindi
Elim Ka Adda
14:39
3Ds Max Tutorial - Object Library - Urdu_Hindi
Elim Ka Adda
05:59
3Ds Max Tutorial - tapper squeez spheri - Urdu/Hindi
Elim Ka Adda
05:57
3Ds Max Tutorial - Space Warps - Urdu/Hindi
Elim Ka Adda
Related videos
06:44
Send Receive email localy in Urdu Hindi Lecture 09- Exchange 2016
iTSOLL
05:05
PHP Training In Jaipur|PHP Training Companies In Jaipur| Sending an Email Part 1
Sonipriyanshu1997
05:01
PHP Training In Jaipur|PHP Training Companies In Jaipur|Sending an Email Part 2
Sonipriyanshu1997
12:39
Php tutorials in urdu & hindi How to send data from php form to database table
ITvideotutorials
04:34
Php tutorials in urdu & hindi How to send data form php form to mysql database part 1
ITvideotutorials
07:02
PHP Advance Tutorial 11 Sending Email Part 2 in Hindi
learn php