Subject for email link



 DEVELOP > Dreamweaver > Subject for email link

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
Topic: DEVELOP > Dreamweaver
User: "jjimman"
Date: 16 Jun 2006 05:42:31 PM
Object: Subject for email link
How do i make an email link so that when it is clicked it will put a subject in also? And is there any way i can put some instructions in for the message. like what they have to do?
.

User: "Nadia : **AdobeCommunityExpert**"

Title: Re: Subject for email link 16 Jun 2006 07:27:37 PM
I would reconsider the use of a mailto link - spambots will love it and your
email box will soon be full of junk ! Think along the lines of using a
"formmail' script to process an emails from your site.
--
Nadia
Adobe® Community Expert : Dreamweaver
--------------------------------------------
http://www.csstemplates.com.au - CSS Templates | Free Templates
--------------------------------------------
http://www.perrelink.com.au - Web Dev
http://www.DreamweaverResources.com - Dropdown Menu Templates|Tutorials
http://www.adobe.com/devnet/dreamweaver/css.html
-------------------------------------------------
"jjimman" <webforumsuser@macromedia.com> wrote in message
news:e6vc4n$p98$1@forums.macromedia.com...

How do i make an email link so that when it is clicked it will put a
subject in also? And is there any way i can put some instructions in for
the message. like what they have to do?

.

User: "The Cool Geek"

Title: Re: Subject for email link 16 Jun 2006 06:40:55 PM
You could also use the Php Mail function. Here is a sample:
<?php
$body ="Thank you {$_POST['textfield']} {$_POST['textfield2']} for
registering with -Put The name you Want here-\nThis email has been sent
to confirm your registration!\n\nYour password is
'{$_POST['textfield9']}'
\n\nSincerely,\n-Put The name you Want here-";
mail ($_POST['textfield7'], 'Thank you for registering!', $body, 'From:
register@-Put The name you Want here-.com');
?>
This is pretty simple to use.
The $POST[ ] are variables from a form where the [ hold the information
the user entered into your form.
jjimman wrote:

How do i make an email link so that when it is clicked it will put a subject in also? And is there any way i can put some instructions in for the message. like what they have to do?

.

User: "Janster78"

Title: Re: Subject for email link 16 Jun 2006 05:46:43 PM
http://www.ianr.unl.edu/internet/mailto.html
does that help?
.


  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.4672     pg.3585     pg.2749     pg.2106     pg.1612     pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER