Link to send e-mail with subject

liunx

Guest
So I'm working on my website, and I have some links around that will send me an e-mail message. Is there any way to have a set subject for the e-mail message? Thanks. :)<!--content-->Nope. You can use email forms, preferably with an smtp server + server side language, as opposed to a link. This would be a normal form, but it will allow you can control mail format, subject, etc. Do you know what your host supports for scripting? ASP ASP.NET PHP CGI JSP CF are your options, see which they support if any.<!--content-->Do you mean something like this?<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:[email protected]?subject=Some Subject">Email me</a><br />
<br />
Adam<!--content-->Originally posted by AdamGundry <br />
Do you mean something like this?<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:[email protected]?subject=Some Subject">Email me</a><br />
<br />
Adam wait... you can do that?<br />
Edit: AHHHH I HATE IT WHEN I AM WRONG! I just tested it and it worked. Well you learn something new every day.<!--content-->Yes, check this out: <!-- m --><a class="postlink" href="http://developer.netscape.com/viewsource/husted_mailto/mailto.html">http://developer.netscape.com/viewsourc ... ailto.html</a><!-- m --><br />
<br />
Adam<!--content-->First of all, DANG you guys are quick! Lol.<br />
<br />
Adam, your code seems to be working quite nicely for me. That is exactly what I was looking for. Many thanks!<!--content-->Originally posted by TennBikeBerk <br />
First of all, DANG you guys are quick! Lol. These forums are huge, there is almost always atleast one or two of the "helpers" on at any given time. :D<!--content-->Originally posted by PeOfEo <br />
wait... you can do that?<br />
Edit: AHHHH I HATE IT WHEN I AM WRONG! I just tested it and it worked. Well you learn something new every day. <br />
Yes, and you can also put some text in the body of the message. ;)<!--content-->
 
Back
Top