Your Ad Here


Go Back   VIPrapid.com > WEBMASTERS ZONE > Programming

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-06-2009, 08:51 PM
VIP
 

Join Date: Mar 2009
Location: Before Internet
Posts: 80
Arrow PHP mail() Function

The PHP mail() Function

The PHP mail() function is used to send emails from inside a script.


Syntax
Code:
mail(to,subject,message,headers,parameters)
PHP Simple E-Mail

The simplest way to send an email with PHP is to send a text email.
In the example below we first declare the variables ($to, $subject, $message, $from, $headers), then we use the variables in the mail() function to send an e-mail:


Code:
<?php $to = "someone@example.com";
$subject = "Test mail";
$message = "Hello! This is a simple email message.";
$from = "someonelse@example.com";
$headers = "From: $from";
mail($to,$subject,$message,$headers);
echo "Mail Sent."; ?>
Reply With Quote
  #2 (permalink)  
Old 03-07-2009, 03:14 AM
VIP
 

Join Date: Mar 2009
Location: China
Posts: 525
Default

thanks but only smtp is allowed in my hosting company
Reply With Quote
  #3 (permalink)  
Old 03-08-2009, 07:18 PM
VIP
 

Join Date: Mar 2009
Posts: 23
Default

wow...
nice post....
I will try it

Thanks sis
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #4 (permalink)  
Old 03-08-2009, 08:16 PM
Junior Member
 

Join Date: Mar 2009
Posts: 6
Default

I can not use this function, it said that I must config the mail server, can you help me?
Reply With Quote
  #5 (permalink)  
Old 03-08-2009, 08:24 PM
VIP
 

Join Date: Mar 2009
Location: Canada
Posts: 47
Default

Wow to much helpfull ppl thx dude.

I will try this too thank u
Reply With Quote
  #6 (permalink)  
Old 03-09-2009, 04:17 AM
Junior Member
 

Join Date: Mar 2009
Posts: 8
Default

Hello

Can you tell me how can I send email with an attachment using mail function? I am able to send text mail but cannot send attachment.

Please help
Reply With Quote
  #7 (permalink)  
Old 03-09-2009, 01:44 PM
VIP
 

Join Date: Mar 2009
Posts: 27
Default

nice post

thx alote!!!!!!!!!!!!!!!!!!!!!!!!!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 03:59 PM.


Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
Ad Management by RedTyger
eXTReMe Tracker