» Home | Interviews | Industry Links | Industry JOBS | SUBSCRIBE | About&Contact | Advertise | Business Services

Subscribe

<% if request.querystring("s")="1" then Set MyCDONTSMail = CreateObject("CDONTS.NewMail") MyCDONTSMail.From= "admin@photoarchivenews.com" MyCDONTSMail.To= "will@photoarchivenews.com" MyCDONTSMail.Subject="Newsletter subscription request" MyBody = "A new user has subscribed to the Photo Archive News email newsletter:" & vbCrLf & vbCrLf MyBody = MyBody & "Name: " & request.form("user_name") & vbCrLf MyBody = MyBody & "Company: " & request.form("user_company") & vbCrLf MyBody = MyBody & "Profession: " & request.form("user_profession") & vbCrLf MyBody = MyBody & "Email Address: " & request.form("user_email") & vbCrLf MyCDONTSMail.Body= MyBody MyCDONTSMail.Send set MyCDONTSMail=nothing response.write "Thank you!

" response.write "Your details have been added to our subscription list." else %>
Subscribers to PhotoArchiveNews.com receive free weekly news round-up email.

To subscribe, email your details:

  • Name
  • Address
  • Profession
  • Email address/es
    to will@photoarchivenews.com putting 'subscribe' as the email subject.
    Subscribers details will not be given to any other company or individual.
    <% end if %>