{formlabel label="Email transport"}
{forminput}
{if $mail.warning}
{formfeedback error=$mail.warning}
{tr}You will have to consult your server adminstrator to fix this issue.{/tr}
{else}
{formfeedback success=$mail.success}
{tr}Please check your inbox to confirm that the email was sent.{/tr}
{/if}
{/forminput}