Total members 10262 | Gratitudes |It is currently Thu May 24, 2012 5:09 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 1 post ] 
Author Article
 Article subject: send mail using php
PostPosted: Mon Dec 01, 2008 12:36 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time

Code:
<?php mail("codemiles@codemiles",$subject,$body,$FeedbackType,$email);


Am assuming here you are Posting these parameter from a form or something and after that you will send them to a specified mail ,
the all idea is based on the php mail function , :Heristical:

Code:
<?php
$name
= $_POST['name'];
$email = $_POST['email'];
$subject = $_POST['subject'];
$body = $_POST['comment'];
$FeedbackType = $_POST['FeedbackType'];


mail("codemiles@codemiles",$subject,$body,$FeedbackType,$email);

    echo(
"<p><b>Thank you for your feedback. The following message was sent to Codemiles Team from $name:</b> (not really)</p>\n");
    echo(
"<blockquote><pre>\n");
    echo(
"$body");
    echo(
"</pre></blockquote>");

?>

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 1 post ] 
Quick reply


  

 Similar topics
 i want code for connecting mobile and pc can u send me code
 Send email link example.
 How to upload and retrieve image in jsp please send me code
 i want to send conformation email with user details on the
 How to send conformation e-mail through JSP
 Send email in asp
 Send an email in asp.net
 Send login information
 configure cisco call manager express for voice mail
 Link send

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 3 guests



Jump to:  
Previous Article | Next Article 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team