Welcome Guest ( Log In | Register)



 
Closed TopicStart new topic
> Php Mail Tutorial, PHP MAIL TUTOR
juctuck
post Sep 15 2005, 10:48 AM
Post #1


Newbie
*

Group: Members
Posts: 1
Joined: 14-September 05
Member No.: 11,858



This is mail function for PHP in its simplest form:

Code:
mail ( string to, string subject, string message)
The arguments are strings. So that using it might look like:

Code:
mail ( “to@emailaddress.com”, “This is my subject line”, “This is my message. \n The \n to the left of this text makes a new line”)
You can send additional arguments to the function including additional headers and parameters.
ie:

Code:
mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]])
Go to the top of the page
 
+Quote Post
Spectre
post Sep 15 2005, 12:08 PM
Post #2


Privileged Member
*********

Group: Members
Posts: 874
Joined: 30-July 04
Member No.: 246



I don't meant to criticize, but this isn't exactly a tutorial. Further more, references to the mail() function have been posted throughout the site on numerous occasions.
Go to the top of the page
 
+Quote Post
electriic ink
post Sep 15 2005, 03:04 PM
Post #3


Incest is a game the whole family can play.
Group Icon

Group: [MODERATOR]
Posts: 1,216
Joined: 11-February 05
From: Heaven
Member No.: 3,709



The mail() function has appeared in many posts already and even in a tutorial (Another Mail Tutorial).

This is a spam topic and goes against this pinned topic.

//Locked
Go to the top of the page
 
+Quote Post

Closed TopicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Hosting With Php(18)
  2. Incredimail(7)
  3. Gmail Problems(9)
  4. Form To Php Mail. Attachment(14)
  5. Mail Settings To Configure Outlook Express(10)
  6. New Dell Notebook(1)
  7. How To Create Embed Image Mail In Gmail(54)
  8. Has Anyone Got Paid Here!(9)
  9. Genuine Help With Smtp And Php Mail() Function(3)
  10. E-mail Service List(18)
  11. Free Sms E-mail Alert(12)
  12. Alert! Stay Off This Mail(6)
  13. Starting A Free Public E-mail Service(4)
  14. Php Functions To Send Mail(8)
  15. True Or False Mail From Computinghost ? [resolved](8)
  1. E-mail Manager(2)
  2. Google Mail Or Gmail(14)
  3. Which E-mail Service Do You Use?(51)
  4. Mail A Bloody Cow Head, And Get The Girl(11)
  5. Delete Mail Messages 1 Times In 24 H(3)
  6. Keep Getting Socket Error(3)
  7. Requirements For Mail()(2)
  8. Gmx Mail(3)
  9. Question Regarding Php Function(12)
  10. Can't Read E-mail(0)
  11. Which Mail For My Website?(7)
  12. No #1 Mail ?(5)
  13. Do You Have Mail?(6)


 



- Lo-Fi Version Time is now: 30th August 2008 - 05:18 PM