Im creating a form to email the results in dreamweaver with the below returning what would show in my text of my message, but its returning an 'expected end of statement' error on the first line:
.TextBody = "SMTP Relay Test Sent @ " & Now() &; vbCrLf & "Surname: " & Surname & vbCrLf & "First Name: " & FirstName & vbCrLf & "Email: " & Email & vbCrLf & "Message: " & Message
Im assuming its probably a punctuation issue but cannot see it, any ideas would be greatly appreciated
thanks
.TextBody = "SMTP Relay Test Sent @ " & Now() &; vbCrLf & "Surname: " & Surname & vbCrLf & "First Name: " & FirstName & vbCrLf & "Email: " & Email & vbCrLf & "Message: " & Message
Im assuming its probably a punctuation issue but cannot see it, any ideas would be greatly appreciated
thanks