<wml>
  <card id="edit" title="Email Editor">
    <p>From: <input type="text" name="from" format="M*m"/></p>
    <p>To: <input type="text" name="to" format="M*m"/></p>
    <p>Subject: <input type="text" name="subject" format="M*m"/></p>
    <p>Message body: <input type="text" name="body" format="M*m"/></p>
    <p>
      <anchor>Send this mail
        <go method="post" href="http://dirl.com/send_mail">
          <postfield name="via" value="dirl.com"/>
          <postfield name="from" value="$(from)"/>
          <postfield name="to" value="$(to)"/>
          <postfield name="subject" value="$(subject)"/>
          <postfield name="body" value="$(body)"/>
        </go>
     </anchor>
    </p>
  </card>
</wml>

