PDA

View Full Version : Automatic subject line for Mails...




sandra
Sep 9, 2004, 12:34 AM
Hello,

I am running my information pages from access database, using ASP -
This database includes an email field, i would like the subject
in the email to have an automatic title.

Any suggestions of how to go about it would be gratefully received.



jeremy.king
Sep 9, 2004, 10:42 AM
Are you trying from a webpage, I assume so since you mention ASP.

This works (at least with most win browsers).

<a href="mailto:someone@nowhere.com?subject=this is my subject">email</a>