Forum Moderators: mack

Message Too Old, No Replies

Email Blasts

How do you put an automated subject heading in the email

         

Stephen Tiller

5:28 pm on Nov 21, 2005 (gmt 0)

10+ Year Member



Hi

I am creating an email blast so that users know our christmas opening hours etc.

The email contains contact us email details but I would like to insert a heading in the Subject: line for when the user clicks the contact us email link. How do you do this?

Steve

encyclo

1:45 am on Nov 22, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can define the subject field within the mailto link like this (use
%20
for a space):

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

Stephen Tiller

9:36 am on Nov 23, 2005 (gmt 0)

10+ Year Member



Thanks very much for your help. I had missed out the subject bit. (obviously!)