Forum Moderators: mack

Message Too Old, No Replies

Emails with text in message

I would like to place text in body of an email

         

Stephen Tiller

9:50 am on Nov 21, 2006 (gmt 0)

10+ Year Member



Hi

I want users to be able to unsubscribe from my database when they click on "unsubscribe" in the email sent to them. I know how to insert a heading line by using the code below, but is it possible to do this in the main body of the email?

<a href="mailto:name@example.com?subject=Your%20subject%20here">

Regards

Steve

coopster

10:54 am on Nov 21, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



body

<a href="mailto:name@example.com?subject=Your%20subject%20here&amp;body=Your%20body%20here">Email Me</a>

It all depends on how the user agent handles it but many will allow you to use quite a few of the mail headers specified in RFC822.