| 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?
.
|
|
|
|

|
Related Articles |
|
|