How to send XML formatted email
-
I have a form with results that need to be sent in the message body as formatted below. Unfortunately the information in <> are being stripped out when the email is sent. Is there any way to have the form send in the exact format below?
<Message>
<Constituent>
<FirstName>[128]</FirstName>
<LastName>[129]</LastName>
<EmailAddress>[134]</EmailAddress>
<Address1>[130]</Address1>
<City>[131]</City>
<State>[132]</State>
<ZipCode>[133]</ZipCode>
</Constituent>
<Subject>[136]</Subject>
<Body>[137]</Body>
</Message>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to send XML formatted email’ is closed to new replies.